#D0CD5D

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

Shades of Wild Willow #D0CD5D

Tints of Wild Willow #D0CD5D

Color information

#D0CD5D (or 0xD0CD5D) is unknown color: approx Wild Willow. HEX triplet: D0, CD and 5D. RGB value is (208,205,93). Sum of RGB (Red+Green+Blue) = 208+205+93=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD5D is #2F32A2. Grayscale: #C1C1C1. Windows color (decimal): -3093155 or 6147536. OLE color: 6147536.

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

Color convert

RGB20820593-
CMYK00.010.550.18
HSL58.43º55.02%59.02%-
HSV(B)58.43º55.29%81.57%-
XYZ49.8257.8618.9-
YUV193.1371.49138.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 93 (36.72% from 255) = 18.38%
R=41.11%
G=40.51%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082059300.010.550.1858.4355.0259.02
HexD0CD5D0137123a373b
Octal320315135016722726773
Binary110100001100110110111010111011110010111010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD5D; }

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

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

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

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

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

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

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

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