#DEE06B

Color #DEE06B Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DEE06B

Tints of Goldenrod #DEE06B

Color information

#DEE06B (or 0xDEE06B) is unknown color: approx Goldenrod. HEX triplet: DE, E0 and 6B. RGB value is (222,224,107). Sum of RGB (Red+Green+Blue) = 222+224+107=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE06B is #211F94. Grayscale: #D2D2D2. Windows color (decimal): -2170773 or 7069918. OLE color: 7069918.

HSL color Cylindrical-coordinate representation of color #DEE06B: hue angle of 61.03º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE06B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB222224107-
CMYK0.0100.520.12
HSL61.03º65.36%64.9%-
HSV(B)61.03º52.23%87.84%-
XYZ59.4369.924.27-
YUV210.0669.84136.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 40.14%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 107 (42.19% from 255) = 19.35%
R=40.14%
G=40.51%
B=19.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241070.0100.520.1261.0365.3664.9
HexDEE06B1034C3d4141
Octal33634015310641475101101
Binary1101111011100000110101110110100110011110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE06B; }

 p { color: rgb(222,224,107); }

 H1.HeaderClassName
 {
   color: #DEE06B;
 }
 .AnyTagClassName
 {
   color: #DEE06B;
 }
</style>
background-color css

<style>
 a { background-color: #DEE06B; }

 a { background-color: rgb(222,224,107); }

 div.DivClassName
 {
   background-color: #DEE06B;
 }
 .BgClassName
 {
   background-color: #DEE06B;
 }
</style>
border-color css

<style>
 span { border-color: #DEE06B; }

 span { border-color: rgb(222,224,107); }

 td.TdClassName
 {
   border-color: #DEE06B;
 }
 .TagClassName
 {
   border-color: #DEE06B;
 }
</style>