#DEE16C

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

Shades of Goldenrod #DEE16C

Tints of Goldenrod #DEE16C

Color information

#DEE16C (or 0xDEE16C) is unknown color: approx Goldenrod. HEX triplet: DE, E1 and 6C. RGB value is (222,225,108). Sum of RGB (Red+Green+Blue) = 222+225+108=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE16C is #211E93. Grayscale: #D3D3D3. Windows color (decimal): -2170516 or 7135710. OLE color: 7135710.

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

Color convert

RGB222225108-
CMYK0.0100.520.12
HSL61.54º66.1%65.29%-
HSV(B)61.54º52%88.24%-
XYZ59.7670.4624.64-
YUV210.7670.01136.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 225 (88.28% from 255) = 40.54%
BLUE value IS 108 (42.58% from 255) = 19.46%
R=40%
G=40.54%
B=19.46%

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
Decimal2222251080.0100.520.1261.5466.165.29
HexDEE16C1034C3e4241
Octal33634115410641476102101
Binary1101111011100001110110010110100110011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE16C; }

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

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

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

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

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

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

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

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