#D8D570

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

Shades of Goldenrod #D8D570

Tints of Goldenrod #D8D570

Color information

#D8D570 (or 0xD8D570) is unknown color: approx Goldenrod. HEX triplet: D8, D5 and 70. RGB value is (216,213,112). Sum of RGB (Red+Green+Blue) = 216+213+112=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D570 is #272A8F. Grayscale: #CACACA. Windows color (decimal): -2566800 or 7394776. OLE color: 7394776.

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

Color convert

RGB216213112-
CMYK00.010.480.15
HSL58.27º57.14%64.31%-
HSV(B)58.27º48.15%84.71%-
XYZ55.0463.3624.66-
YUV202.3876.99137.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 213 (83.59% from 255) = 39.37%
BLUE value IS 112 (44.14% from 255) = 20.70%
R=39.93%
G=39.37%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621311200.010.480.1558.2757.1464.31
HexD8D5700130F3a3940
Octal3303251600160177271100
Binary110110001101010111100000111000011111110101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D570; }

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

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

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

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

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

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

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

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