#D4DC5F

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

Shades of Goldenrod #D4DC5F

Tints of Goldenrod #D4DC5F

Color information

#D4DC5F (or 0xD4DC5F) is unknown color: approx Goldenrod. HEX triplet: D4, DC and 5F. RGB value is (212,220,95). Sum of RGB (Red+Green+Blue) = 212+220+95=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC5F is #2B23A0. Grayscale: #CBCBCB. Windows color (decimal): -2827169 or 6282452. OLE color: 6282452.

HSL color Cylindrical-coordinate representation of color #D4DC5F: hue angle of 63.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4DC5F is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB21222095-
CMYK0.0400.570.14
HSL63.84º64.1%61.76%-
HSV(B)63.84º56.82%86.27%-
XYZ54.8166.0120.68-
YUV203.3666.85134.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 95 (37.5% from 255) = 18.03%
R=40.23%
G=41.75%
B=18.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal212220950.0400.570.1463.8464.161.76
HexD4DC5F4039E40403e
Octal32433413740711610010076
Binary110101001101110010111111000111001111010000001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DC5F; }

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

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

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

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

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

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

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

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