#DEE16D

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

Shades of Goldenrod #DEE16D

Tints of Goldenrod #DEE16D

Color information

#DEE16D (or 0xDEE16D) is unknown color: approx Goldenrod. HEX triplet: DE, E1 and 6D. RGB value is (222,225,109). Sum of RGB (Red+Green+Blue) = 222+225+109=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE16D is #211E92. Grayscale: #D3D3D3. Windows color (decimal): -2170515 or 7201246. OLE color: 7201246.

HSL color Cylindrical-coordinate representation of color #DEE16D: hue angle of 61.55º degrees, saturation: 0.66, 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 #DEE16D is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB222225109-
CMYK0.0100.520.12
HSL61.55º65.91%65.49%-
HSV(B)61.55º51.56%88.24%-
XYZ59.8170.4824.92-
YUV210.8870.51135.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 225 (88.28% from 255) = 40.47%
BLUE value IS 109 (42.97% from 255) = 19.60%
R=39.93%
G=40.47%
B=19.60%

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
Decimal2222251090.0100.520.1261.5565.9165.49
HexDEE16D1034C3e4241
Octal33634115510641476102101
Binary1101111011100001110110110110100110011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE16D; }

 p { color: rgb(222,225,109); }

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

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

 a { background-color: rgb(222,225,109); }

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

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

 span { border-color: rgb(222,225,109); }

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