#D9D470

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

Shades of Goldenrod #D9D470

Tints of Goldenrod #D9D470

Color information

#D9D470 (or 0xD9D470) is unknown color: approx Goldenrod. HEX triplet: D9, D4 and 70. RGB value is (217,212,112). Sum of RGB (Red+Green+Blue) = 217+212+112=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D470 is #262B8F. Grayscale: #CACACA. Windows color (decimal): -2501520 or 7394521. OLE color: 7394521.

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

Color convert

RGB217212112-
CMYK00.020.480.15
HSL57.14º58.01%64.51%-
HSV(B)57.14º48.39%85.1%-
XYZ55.0863.0124.59-
YUV202.177.16138.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 112 (44.14% from 255) = 20.70%
R=40.11%
G=39.19%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721211200.020.480.1557.1458.0164.51
HexD9D4700230F393a41
Octal3313241600260177172101
Binary1101100111010100111000001011000011111110011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D470; }

 p { color: rgb(217,212,112); }

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

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

 a { background-color: rgb(217,212,112); }

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

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

 span { border-color: rgb(217,212,112); }

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