#D8DE70

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

Shades of Goldenrod #D8DE70

Tints of Goldenrod #D8DE70

Color information

#D8DE70 (or 0xD8DE70) is unknown color: approx Goldenrod. HEX triplet: D8, DE and 70. RGB value is (216,222,112). Sum of RGB (Red+Green+Blue) = 216+222+112=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DE70 is #27218F. Grayscale: #D0D0D0. Windows color (decimal): -2564496 or 7397080. OLE color: 7397080.

HSL color Cylindrical-coordinate representation of color #D8DE70: hue angle of 63.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8DE70 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB216222112-
CMYK0.0300.500.13
HSL63.27º62.5%65.49%-
HSV(B)63.27º49.55%87.06%-
XYZ57.3668.0125.43-
YUV207.6774.01133.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 222 (87.11% from 255) = 40.36%
BLUE value IS 112 (44.14% from 255) = 20.36%
R=39.27%
G=40.36%
B=20.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162221120.0300.500.1363.2762.565.49
HexD8DE703032D3f3e41
Octal3303361603062157776101
Binary1101100011011110111000011011001011011111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DE70; }

 p { color: rgb(216,222,112); }

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

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

 a { background-color: rgb(216,222,112); }

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

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

 span { border-color: rgb(216,222,112); }

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