#D1CD5F

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

Shades of Wild Willow #D1CD5F

Tints of Wild Willow #D1CD5F

Color information

#D1CD5F (or 0xD1CD5F) is unknown color: approx Wild Willow. HEX triplet: D1, CD and 5F. RGB value is (209,205,95). Sum of RGB (Red+Green+Blue) = 209+205+95=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD5F is #2E32A0. Grayscale: #C2C2C2. Windows color (decimal): -3027617 or 6278609. OLE color: 6278609.

HSL color Cylindrical-coordinate representation of color #D1CD5F: hue angle of 57.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1CD5F is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20920595-
CMYK00.020.550.18
HSL57.89º55.34%59.61%-
HSV(B)57.89º54.55%81.96%-
XYZ50.1958.0419.38-
YUV193.6672.33138.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=41.06%
G=40.28%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092059500.020.550.1857.8955.3459.61
HexD1CD5F0237123a373c
Octal321315137026722726774
Binary1101000111001101101111101011011110010111010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CD5F; }

 p { color: rgb(209,205,95); }

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

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

 a { background-color: rgb(209,205,95); }

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

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

 span { border-color: rgb(209,205,95); }

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