#D8E07A

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

Shades of Goldenrod #D8E07A

Tints of Goldenrod #D8E07A

Color information

#D8E07A (or 0xD8E07A) is unknown color: approx Goldenrod. HEX triplet: D8, E0 and 7A. RGB value is (216,224,122). Sum of RGB (Red+Green+Blue) = 216+224+122=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E07A is #271F85. Grayscale: #D2D2D2. Windows color (decimal): -2563974 or 8052952. OLE color: 8052952.

HSL color Cylindrical-coordinate representation of color #D8E07A: hue angle of 64.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8E07A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB216224122-
CMYK0.0400.460.12
HSL64.71º62.2%67.84%-
HSV(B)64.71º45.54%87.84%-
XYZ58.4969.3228.71-
YUV209.9878.35132.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 122 (48.05% from 255) = 21.71%
R=38.43%
G=39.86%
B=21.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162241220.0400.460.1264.7162.267.84
HexD8E07A402EC413e44
Octal33034017240561410176104
Binary110110001110000011110101000101110110010000011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E07A; }

 p { color: rgb(216,224,122); }

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

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

 a { background-color: rgb(216,224,122); }

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

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

 span { border-color: rgb(216,224,122); }

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