#DEE073

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

Shades of Goldenrod #DEE073

Tints of Goldenrod #DEE073

Color information

#DEE073 (or 0xDEE073) is unknown color: approx Goldenrod. HEX triplet: DE, E0 and 73. RGB value is (222,224,115). Sum of RGB (Red+Green+Blue) = 222+224+115=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE073 is #211F8C. Grayscale: #D3D3D3. Windows color (decimal): -2170765 or 7594206. OLE color: 7594206.

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

Color convert

RGB222224115-
CMYK0.0100.490.12
HSL61.1º63.74%66.47%-
HSV(B)61.1º48.66%87.84%-
XYZ59.8770.0826.59-
YUV210.9873.84135.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 115 (45.31% from 255) = 20.50%
R=39.57%
G=39.93%
B=20.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241150.0100.490.1261.163.7466.47
HexDEE0731031C3d4042
Octal33634016310611475100102
Binary1101111011100000111001110110001110011110110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE073; }

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

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

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

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

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

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

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

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