COLOR #DEBE41

HEX: #DEBE41 RGB: (222,190,65)

Color info

#DEBE41 contains mainly red and green colors. Web safe color of #DEBE41 is #CCCC33 (or #CC3).

RGB color model

#DEBE41 color RGB value is (222,190,65).

RGB: (222,190,65) (87%, 75%, 25%)

RGB channels and saturation

R 222 of 255 = 87%
G 190 of 255 = 75%
B 65 of 255 = 25%

222
190
65

R + G + B ~ 62%. #DEBE41 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 190 + 65 = 477 (100%)
R 222 of 477 ~ 46.54%
G 190 of 477 ~ 39.83%
B 65 of 477 ~ 13.63'%

%46.54
%39.83
%13.63

CMYK color model

#DEBE41 color CMYK value is (0,14,71,13).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 70.72%
  • key color value is 12.94%

CMYK: (0,14,71,13)
C0M14Y71K13 (0%, 14%, 71%, 13%)
(0.00 / 0.14 / 0.71 / 0.13)

CMYK percentages

%0
%14.41
%70.72
%12.94

Codes

Color #DEBE41 in popluar color models

DE BE 41
RGB 222 190 65
HSL 48° 70.40% 56.27%
HSB/HSV 48° 70.72% 87.06%
CMYK 0.00% 14.41% 70.72%
12.94%

Color #DEBE41 in popluar number systems.

HEX DE BE 41
Decimal 222 190 65
Binary 11011110 10111110 1000001
Octal 336 276 101

Shades and tints

Shades of #DEBE41

#DEBE41
(222,190,65)
#CAAD3C
(202,173,60)
#B69C37
(182,156,55)
#A28B32
(162,139,50)
#8E7A2D
(142,122,45)
#7A6928
(122,105,40)
#665823
(102,88,35)
#52471E
(82,71,30)
#3E3619
(62,54,25)
#2A2514
(42,37,20)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #DEBE41

#DEBE41
(222,190,65)
#E1C352
(225,195,82)
#E4C863
(228,200,99)
#E7CD74
(231,205,116)
#EAD285
(234,210,133)
#EDD796
(237,215,150)
#F0DCA7
(240,220,167)
#F3E1B8
(243,225,184)
#F6E6C9
(246,230,201)
#F9EBDA
(249,235,218)
#FCF0EB
(252,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEBE41 color. Also use rgb(222,190,65) instead hex code.

Text Font Color

.myTextColor { color: #DEBE41; }

<p style="color:#DEBE41">This sample text font color is #DEBE41.</p>

This text font color is #DEBE41.

Background Color

.myBgColor { background-color: #DEBE41; }

<div style="background-color:#DEBE41">Inner text</div>

This div background color is #DEBE41.

Border color

.myBorderColor { border: 1px solid #DEBE41; }

<div style="border:3px solid #DEBE41">Div</div>

This div border color is #DEBE41.

Opacity

.myOpacity80 { color: #DEBE41; opacity: 0.8; }

<p style="color:#DEBE41;opacity:0.8;">80%</p>

Text with #DEBE41 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DEBE41;}

<p style="text-shadow: 3px 3px 1px #DEBE41">Text here.</p>

This text has shadow with #DEBE41 color.


.textShadow {text-shadow: 3px 3px 1px #DEBE41', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DEBE41, 5px 5px 20px red">Text here.</p>

This text has shadow with #DEBE41 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DEBE41, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DEBE41, Direction=45, Strength=4)">Text</p>

This text has shadow with #DEBE41 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DEBE41;
-webkit-box-shadow: 1px 1px 3px 2px #DEBE41;
box-shadow: 1px 1px 3px 2px #DEBE41;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DEBE41; -webkit-box-shadow: 1px 1px 3px 2px #DEBE41; box-shadow:1px 1px 3px 2px #DEBE41;">
Div content here
</div>

This div box has shadow with color #DEBE41.

Preview

Color preview on black background

This text has color #DEBE41 on black background.


Color preview on white background

This text has color #DEBE41 on white background.


Black color preview on #DEBE41 background

This text has black color on #DEBE41 background.


White color preview on #DEBE41 background

This text has white color on #DEBE41 background.


Related colors

Complementary color

Complementary color for #hex is #2141BE.


I love getcolorcode.com

Triadic colors

1 #41DEBE and #BE41DE with #DEBE41 are triadic colors.

2 #41BEDE and #BEDE41 with #DEBE41 are triadic colors.