#D0D566

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

Shades of Goldenrod #D0D566

Tints of Goldenrod #D0D566

Color information

#D0D566 (or 0xD0D566) is unknown color: approx Goldenrod. HEX triplet: D0, D5 and 66. RGB value is (208,213,102). Sum of RGB (Red+Green+Blue) = 208+213+102=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D566 is #2F2A99. Grayscale: #C7C7C7. Windows color (decimal): -3091098 or 6739408. OLE color: 6739408.

HSL color Cylindrical-coordinate representation of color #D0D566: hue angle of 62.7º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0D566 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB208213102-
CMYK0.0200.520.16
HSL62.7º56.92%61.76%-
HSV(B)62.7º52.11%83.53%-
XYZ52.261.9621.78-
YUV198.8573.34134.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 102 (40.23% from 255) = 19.50%
R=39.77%
G=40.73%
B=19.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082131020.0200.520.1662.756.9261.76
HexD0D5662034103f393e
Octal320325146206420777176
Binary1101000011010101110011010011010010000111111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D566; }

 p { color: rgb(208,213,102); }

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

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

 a { background-color: rgb(208,213,102); }

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

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

 span { border-color: rgb(208,213,102); }

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