#CDD05C

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

Shades of Wild Willow #CDD05C

Tints of Wild Willow #CDD05C

Color information

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

HSL color Cylindrical-coordinate representation of color #CDD05C: hue angle of 61.55º 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 #CDD05C is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20520892-
CMYK0.0100.560.18
HSL61.55º55.24%58.82%-
HSV(B)61.55º55.77%81.57%-
XYZ49.6658.8618.87-
YUV193.8870.51135.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205208920.0100.560.1861.5555.2458.82
HexCDD05C1038123e373b
Octal315320134107022766773
Binary110011011101000010111001011100010010111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD05C; }

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

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

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

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

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

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

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

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