#D5D470

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

Shades of Goldenrod #D5D470

Tints of Goldenrod #D5D470

Color information

#D5D470 (or 0xD5D470) is unknown color: approx Goldenrod. HEX triplet: D5, D4 and 70. RGB value is (213,212,112). Sum of RGB (Red+Green+Blue) = 213+212+112=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D470 is #2A2B8F. Grayscale: #C9C9C9. Windows color (decimal): -2763664 or 7394517. OLE color: 7394517.

HSL color Cylindrical-coordinate representation of color #D5D470: hue angle of 59.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5D470 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213212112-
CMYK00.000.470.16
HSL59.41º54.59%63.73%-
HSV(B)59.41º47.42%83.53%-
XYZ53.9162.424.53-
YUV200.977.83136.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 112 (44.14% from 255) = 20.86%
R=39.66%
G=39.48%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321211200.000.470.1659.4154.5963.73
HexD5D470002F103b3740
Octal3253241600057207367100
Binary1101010111010100111000000101111100001110111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D470; }

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

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

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

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

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

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

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

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