#D8D575

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

Shades of Goldenrod #D8D575

Tints of Goldenrod #D8D575

Color information

#D8D575 (or 0xD8D575) is unknown color: approx Goldenrod. HEX triplet: D8, D5 and 75. RGB value is (216,213,117). Sum of RGB (Red+Green+Blue) = 216+213+117=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D575 is #272A8A. Grayscale: #CBCBCB. Windows color (decimal): -2566795 or 7722456. OLE color: 7722456.

HSL color Cylindrical-coordinate representation of color #D8D575: hue angle of 58.18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8D575 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB216213117-
CMYK00.010.460.15
HSL58.18º55.93%65.29%-
HSV(B)58.18º45.83%84.71%-
XYZ55.3263.4726.17-
YUV202.9579.49137.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 117 (46.09% from 255) = 21.43%
R=39.56%
G=39.01%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621311700.010.460.1558.1855.9365.29
HexD8D575012EF3a3841
Octal3303251650156177270101
Binary110110001101010111101010110111011111110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D575; }

 p { color: rgb(216,213,117); }

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

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

 a { background-color: rgb(216,213,117); }

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

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

 span { border-color: rgb(216,213,117); }

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