#D1D16B

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

Shades of Goldenrod #D1D16B

Tints of Goldenrod #D1D16B

Color information

#D1D16B (or 0xD1D16B) is unknown color: approx Goldenrod. HEX triplet: D1, D1 and 6B. RGB value is (209,209,107). Sum of RGB (Red+Green+Blue) = 209+209+107=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D16B is #2E2E94. Grayscale: #C5C5C5. Windows color (decimal): -3026581 or 7066065. OLE color: 7066065.

HSL color Cylindrical-coordinate representation of color #D1D16B: 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 #D1D16B is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB209209107-
CMYK000.490.18
HSL60º52.58%61.96%-
HSV(B)60º48.8%81.96%-
XYZ51.7560.2222.81-
YUV197.3777136.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 107 (42.19% from 255) = 20.38%
R=39.81%
G=39.81%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209209107000.490.186052.5861.96
HexD1D16B0031123c353e
Octal321321153006122746576
Binary110100011101000111010110011000110010111100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D16B; }

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

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

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

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

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

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

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

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