#D0CD5C

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

Shades of Wild Willow #D0CD5C

Tints of Wild Willow #D0CD5C

Color information

#D0CD5C (or 0xD0CD5C) is unknown color: approx Wild Willow. HEX triplet: D0, CD and 5C. RGB value is (208,205,92). Sum of RGB (Red+Green+Blue) = 208+205+92=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD5C is #2F32A3. Grayscale: #C1C1C1. Windows color (decimal): -3093156 or 6082000. OLE color: 6082000.

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

Color convert

RGB20820592-
CMYK00.010.560.18
HSL58.45º55.24%58.82%-
HSV(B)58.45º55.77%81.57%-
XYZ49.7857.8518.67-
YUV193.0270.99138.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 92 (36.33% from 255) = 18.22%
R=41.19%
G=40.59%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082059200.010.560.1858.4555.2458.82
HexD0CD5C0138123a373b
Octal320315134017022726773
Binary110100001100110110111000111100010010111010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD5C; }

 p { color: rgb(208,205,92); }

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

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

 a { background-color: rgb(208,205,92); }

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

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

 span { border-color: rgb(208,205,92); }

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