#D1D16A

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

Shades of Goldenrod #D1D16A

Tints of Goldenrod #D1D16A

Color information

#D1D16A (or 0xD1D16A) is unknown color: approx Goldenrod. HEX triplet: D1, D1 and 6A. RGB value is (209,209,106). Sum of RGB (Red+Green+Blue) = 209+209+106=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D16A is #2E2E95. Grayscale: #C5C5C5. Windows color (decimal): -3026582 or 7000529. OLE color: 7000529.

HSL color Cylindrical-coordinate representation of color #D1D16A: hue angle of 60º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1D16A is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB209209106-
CMYK000.490.18
HSL60º52.82%61.76%-
HSV(B)60º49.28%81.96%-
XYZ51.760.222.53-
YUV197.2676.5136.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 106 (41.80% from 255) = 20.23%
R=39.89%
G=39.89%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209209106000.490.186052.8261.76
HexD1D16A0031123c353e
Octal321321152006122746576
Binary110100011101000111010100011000110010111100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D16A; }

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

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

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

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

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

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

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

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