#CDD059

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

Shades of Wild Willow #CDD059

Tints of Wild Willow #CDD059

Color information

#CDD059 (or 0xCDD059) is unknown color: approx Wild Willow. HEX triplet: CD, D0 and 59. RGB value is (205,208,89). Sum of RGB (Red+Green+Blue) = 205+208+89=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD059 is #322FA6. Grayscale: #C2C2C2. Windows color (decimal): -3288999 or 5886157. OLE color: 5886157.

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

Color convert

RGB20520889-
CMYK0.0100.570.18
HSL61.51º55.87%58.24%-
HSV(B)61.51º57.21%81.57%-
XYZ49.5458.8118.19-
YUV193.5469.01136.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.84%
GREEN value IS 208 (81.64% from 255) = 41.43%
BLUE value IS 89 (35.16% from 255) = 17.73%
R=40.84%
G=41.43%
B=17.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205208890.0100.570.1861.5155.8758.24
HexCDD0591039123e383a
Octal315320131107122767072
Binary110011011101000010110011011100110010111110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD059; }

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

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

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

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

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

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

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

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