#D8E071

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

Shades of Goldenrod #D8E071

Tints of Goldenrod #D8E071

Color information

#D8E071 (or 0xD8E071) is unknown color: approx Goldenrod. HEX triplet: D8, E0 and 71. RGB value is (216,224,113). Sum of RGB (Red+Green+Blue) = 216+224+113=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E071 is #271F8E. Grayscale: #D1D1D1. Windows color (decimal): -2563983 or 7463128. OLE color: 7463128.

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

Color convert

RGB216224113-
CMYK0.0400.500.12
HSL64.32º64.16%66.08%-
HSV(B)64.32º49.55%87.84%-
XYZ57.9669.125.91-
YUV208.9573.85133.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 224 (87.89% from 255) = 40.51%
BLUE value IS 113 (44.53% from 255) = 20.43%
R=39.06%
G=40.51%
B=20.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162241130.0400.500.1264.3264.1666.08
HexD8E0714032C404042
Octal330340161406214100100102
Binary1101100011100000111000110001100101100100000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E071; }

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

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

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

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

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

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

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

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