#D5D46C

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

Shades of Goldenrod #D5D46C

Tints of Goldenrod #D5D46C

Color information

#D5D46C (or 0xD5D46C) is unknown color: approx Goldenrod. HEX triplet: D5, D4 and 6C. RGB value is (213,212,108). Sum of RGB (Red+Green+Blue) = 213+212+108=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D46C is #2A2B93. Grayscale: #C8C8C8. Windows color (decimal): -2763668 or 7132373. OLE color: 7132373.

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

Color convert

RGB213212108-
CMYK00.000.490.16
HSL59.43º55.56%62.94%-
HSV(B)59.43º49.3%83.53%-
XYZ53.6962.3223.39-
YUV200.4475.83136.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 108 (42.58% from 255) = 20.26%
R=39.96%
G=39.77%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321210800.000.490.1659.4355.5662.94
HexD5D46C0031103b383f
Octal325324154006120737077
Binary110101011101010011011000011000110000111011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D46C; }

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

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

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

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

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

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

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

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