#DEE373

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

Shades of Goldenrod #DEE373

Tints of Goldenrod #DEE373

Color information

#DEE373 (or 0xDEE373) is unknown color: approx Goldenrod. HEX triplet: DE, E3 and 73. RGB value is (222,227,115). Sum of RGB (Red+Green+Blue) = 222+227+115=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE373 is #211C8C. Grayscale: #D5D5D5. Windows color (decimal): -2169997 or 7594974. OLE color: 7594974.

HSL color Cylindrical-coordinate representation of color #DEE373: hue angle of 62.68º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEE373 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB222227115-
CMYK0.0200.490.11
HSL62.68º66.67%67.06%-
HSV(B)62.68º49.34%89.02%-
XYZ60.6971.7126.86-
YUV212.7472.84134.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 227 (89.06% from 255) = 40.25%
BLUE value IS 115 (45.31% from 255) = 20.39%
R=39.36%
G=40.25%
B=20.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271150.0200.490.1162.6866.6767.06
HexDEE3732031B3f4343
Octal33634316320611377103103
Binary11011110111000111110011100110001101111111110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE373; }

 p { color: rgb(222,227,115); }

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

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

 a { background-color: rgb(222,227,115); }

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

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

 span { border-color: rgb(222,227,115); }

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