#D0D16A

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

Shades of Goldenrod #D0D16A

Tints of Goldenrod #D0D16A

Color information

#D0D16A (or 0xD0D16A) is unknown color: approx Goldenrod. HEX triplet: D0, D1 and 6A. RGB value is (208,209,106). Sum of RGB (Red+Green+Blue) = 208+209+106=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D16A is #2F2E95. Grayscale: #C5C5C5. Windows color (decimal): -3092118 or 7000528. OLE color: 7000528.

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

Color convert

RGB208209106-
CMYK0.0000.490.18
HSL60.58º52.82%61.76%-
HSV(B)60.58º49.28%81.96%-
XYZ51.4160.0522.52-
YUV196.9676.67135.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 106 (41.80% from 255) = 20.27%
R=39.77%
G=39.96%
B=20.27%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091060.0000.490.1860.5852.8261.76
HexD0D16A0031123d353e
Octal320321152006122756576
Binary110100001101000111010100011000110010111101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D16A; }

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

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

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

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

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

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

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

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