#D5D45F

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

Shades of Goldenrod #D5D45F

Tints of Goldenrod #D5D45F

Color information

#D5D45F (or 0xD5D45F) is unknown color: approx Goldenrod. HEX triplet: D5, D4 and 5F. RGB value is (213,212,95). Sum of RGB (Red+Green+Blue) = 213+212+95=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D45F is #2A2BA0. Grayscale: #C7C7C7. Windows color (decimal): -2763681 or 6280405. OLE color: 6280405.

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

Color convert

RGB21321295-
CMYK00.000.550.16
HSL59.49º58.42%60.39%-
HSV(B)59.49º55.4%83.53%-
XYZ53.0562.0620.01-
YUV198.9669.33138.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=40.96%
G=40.77%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132129500.000.550.1659.4958.4260.39
HexD5D45F0037103b3a3c
Octal325324137006720737274
Binary110101011101010010111110011011110000111011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D45F; }

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

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

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

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

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

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

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

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