COLOR #DEDB74

HEX: #DEDB74 RGB: (222,219,116)

Color info

#DEDB74 contains mainly red and green colors. Web safe color of #DEDB74 is #CCCC66 (or #CC6).

RGB color model

#DEDB74 color RGB value is (222,219,116).

RGB: (222,219,116) (87%, 86%, 45%)

RGB channels and saturation

R 222 of 255 = 87%
G 219 of 255 = 86%
B 116 of 255 = 45%

222
219
116

R + G + B ~ 73%. #DEDB74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 219 + 116 = 557 (100%)
R 222 of 557 ~ 39.86%
G 219 of 557 ~ 39.32%
B 116 of 557 ~ 20.83'%

%39.86
%39.32
%20.83

CMYK color model

#DEDB74 color CMYK value is (0,1,48,13).

  • cyan value is 0.00%
  • magenta value is 1.35%
  • yellow value is 47.75%
  • key color value is 12.94%

CMYK: (0,1,48,13)
C0M1Y48K13 (0%, 1%, 48%, 13%)
(0.00 / 0.01 / 0.48 / 0.13)

CMYK percentages

%0
%1.35
%47.75
%12.94

Codes

Color #DEDB74 in popluar color models

DE DB 74
RGB 222 219 116
HSL 58° 61.63% 66.27%
HSB/HSV 58° 47.75% 87.06%
CMYK 0.00% 1.35% 47.75%
12.94%

Color #DEDB74 in popluar number systems.

HEX DE DB 74
Decimal 222 219 116
Binary 11011110 11011011 1110100
Octal 336 333 164

Shades and tints

Shades of #DEDB74

#DEDB74
(222,219,116)
#CAC86A
(202,200,106)
#B6B560
(182,181,96)
#A2A256
(162,162,86)
#8E8F4C
(142,143,76)
#7A7C42
(122,124,66)
#666938
(102,105,56)
#52562E
(82,86,46)
#3E4324
(62,67,36)
#2A301A
(42,48,26)
#161D10
(22,29,16)
#000000
(0,0,0)

Tints of #DEDB74

#DEDB74
(222,219,116)
#E1DE80
(225,222,128)
#E4E18C
(228,225,140)
#E7E498
(231,228,152)
#EAE7A4
(234,231,164)
#EDEAB0
(237,234,176)
#F0EDBC
(240,237,188)
#F3F0C8
(243,240,200)
#F6F3D4
(246,243,212)
#F9F6E0
(249,246,224)
#FCF9EC
(252,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEDB74 color. Also use rgb(222,219,116) instead hex code.

Text Font Color

.myTextColor { color: #DEDB74; }

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

This text font color is #DEDB74.

Background Color

.myBgColor { background-color: #DEDB74; }

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

This div background color is #DEDB74.

Border color

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

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

This div border color is #DEDB74.

Opacity

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

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

Text with #DEDB74 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 #DEDB74;}

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

This text has shadow with #DEDB74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDB74.

Preview

Color preview on black background

This text has color #DEDB74 on black background.


Color preview on white background

This text has color #DEDB74 on white background.


Black color preview on #DEDB74 background

This text has black color on #DEDB74 background.


White color preview on #DEDB74 background

This text has white color on #DEDB74 background.


Related colors

Complementary color

Complementary color for #hex is #21248B.


I love getcolorcode.com

Triadic colors

1 #74DEDB and #DB74DE with #DEDB74 are triadic colors.

2 #74DBDE and #DBDE74 with #DEDB74 are triadic colors.