#D5D370

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

Shades of Goldenrod #D5D370

Tints of Goldenrod #D5D370

Color information

#D5D370 (or 0xD5D370) is unknown color: approx Goldenrod. HEX triplet: D5, D3 and 70. RGB value is (213,211,112). Sum of RGB (Red+Green+Blue) = 213+211+112=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D370 is #2A2C8F. Grayscale: #C8C8C8. Windows color (decimal): -2763920 or 7394261. OLE color: 7394261.

HSL color Cylindrical-coordinate representation of color #D5D370: hue angle of 58.81º 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 #D5D370 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213211112-
CMYK00.010.470.16
HSL58.81º54.59%63.73%-
HSV(B)58.81º47.42%83.53%-
XYZ53.6661.924.45-
YUV200.3178.16137.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 112 (44.14% from 255) = 20.90%
R=39.74%
G=39.37%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321111200.010.470.1658.8154.5963.73
HexD5D370012F103b3740
Octal3253231600157207367100
Binary1101010111010011111000001101111100001110111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D370; }

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

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

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

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

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

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

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

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