#D1D86C

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

Shades of Goldenrod #D1D86C

Tints of Goldenrod #D1D86C

Color information

#D1D86C (or 0xD1D86C) is unknown color: approx Goldenrod. HEX triplet: D1, D8 and 6C. RGB value is (209,216,108). Sum of RGB (Red+Green+Blue) = 209+216+108=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D86C is #2E2793. Grayscale: #CACACA. Windows color (decimal): -3024788 or 7133393. OLE color: 7133393.

HSL color Cylindrical-coordinate representation of color #D1D86C: hue angle of 63.89º 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 #D1D86C is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB209216108-
CMYK0.0300.500.15
HSL63.89º58.06%63.53%-
HSV(B)63.89º50%84.71%-
XYZ53.5663.7523.67-
YUV201.675.18133.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 108 (42.58% from 255) = 20.26%
R=39.21%
G=40.53%
B=20.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092161080.0300.500.1563.8958.0663.53
HexD1D86C3032F403a40
Octal32133015430621710072100
Binary11010001110110001101100110110010111110000001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D86C; }

 p { color: rgb(209,216,108); }

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

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

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

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

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

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

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