#D8D86D

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

Shades of Goldenrod #D8D86D

Tints of Goldenrod #D8D86D

Color information

#D8D86D (or 0xD8D86D) is unknown color: approx Goldenrod. HEX triplet: D8, D8 and 6D. RGB value is (216,216,109). Sum of RGB (Red+Green+Blue) = 216+216+109=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D86D is #272792. Grayscale: #CCCCCC. Windows color (decimal): -2566035 or 7198936. OLE color: 7198936.

HSL color Cylindrical-coordinate representation of color #D8D86D: hue angle of 60º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8D86D is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216216109-
CMYK000.500.15
HSL60º57.84%63.73%-
HSV(B)60º49.54%84.71%-
XYZ55.6464.8124.05-
YUV203.874.5136.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 109 (42.97% from 255) = 20.15%
R=39.93%
G=39.93%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216109000.500.156057.8463.73
HexD8D86D0032F3c3a40
Octal3303301550062177472100
Binary110110001101100011011010011001011111111001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D86D; }

 p { color: rgb(216,216,109); }

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

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

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

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

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

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

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