#D7D566

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

Shades of Goldenrod #D7D566

Tints of Goldenrod #D7D566

Color information

#D7D566 (or 0xD7D566) is unknown color: approx Goldenrod. HEX triplet: D7, D5 and 66. RGB value is (215,213,102). Sum of RGB (Red+Green+Blue) = 215+213+102=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D566 is #282A99. Grayscale: #C9C9C9. Windows color (decimal): -2632346 or 6739415. OLE color: 6739415.

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

Color convert

RGB215213102-
CMYK00.010.530.16
HSL58.94º58.55%62.16%-
HSV(B)58.94º52.56%84.31%-
XYZ54.2262.9921.87-
YUV200.9472.16138.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 102 (40.23% from 255) = 19.25%
R=40.57%
G=40.19%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521310200.010.530.1658.9458.5562.16
HexD7D5660135103b3b3e
Octal327325146016520737376
Binary110101111101010111001100111010110000111011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D566; }

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

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

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

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

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

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

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

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