#D0D168

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

Shades of Goldenrod #D0D168

Tints of Goldenrod #D0D168

Color information

#D0D168 (or 0xD0D168) is unknown color: approx Goldenrod. HEX triplet: D0, D1 and 68. RGB value is (208,209,104). Sum of RGB (Red+Green+Blue) = 208+209+104=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D168 is #2F2E97. Grayscale: #C5C5C5. Windows color (decimal): -3092120 or 6869456. OLE color: 6869456.

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

Color convert

RGB208209104-
CMYK0.0000.500.18
HSL60.57º53.3%61.37%-
HSV(B)60.57º50.24%81.96%-
XYZ51.3160.0121.98-
YUV196.7375.67136.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=39.92%
G=40.12%
B=19.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091040.0000.500.1860.5753.361.37
HexD0D1680032123d353d
Octal320321150006222756575
Binary110100001101000111010000011001010010111101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D168; }

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

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

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

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

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

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

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

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