#D1D86A

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

Shades of Goldenrod #D1D86A

Tints of Goldenrod #D1D86A

Color information

#D1D86A (or 0xD1D86A) is unknown color: approx Goldenrod. HEX triplet: D1, D8 and 6A. RGB value is (209,216,106). Sum of RGB (Red+Green+Blue) = 209+216+106=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D86A is #2E2795. Grayscale: #C9C9C9. Windows color (decimal): -3024790 or 7002321. OLE color: 7002321.

HSL color Cylindrical-coordinate representation of color #D1D86A: hue angle of 63.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1D86A is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB209216106-
CMYK0.0300.510.15
HSL63.82º58.51%63.14%-
HSV(B)63.82º50.93%84.71%-
XYZ53.4563.7123.12-
YUV201.3774.18133.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=39.36%
G=40.68%
B=19.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092161060.0300.510.1563.8258.5163.14
HexD1D86A3033F403b3f
Octal3213301523063171007377
Binary1101000111011000110101011011001111111000000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D86A; }

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

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

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

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

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

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

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

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