#CDCA55

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

Shades of Wild Willow #CDCA55

Tints of Wild Willow #CDCA55

Color information

#CDCA55 (or 0xCDCA55) is unknown color: approx Wild Willow. HEX triplet: CD, CA and 55. RGB value is (205,202,85). Sum of RGB (Red+Green+Blue) = 205+202+85=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCA55 is #3235AA. Grayscale: #BEBEBE. Windows color (decimal): -3290539 or 5622477. OLE color: 5622477.

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

Color convert

RGB20520285-
CMYK00.010.590.20
HSL58.5º54.55%56.86%-
HSV(B)58.5º58.54%80.39%-
XYZ47.9455.8816.85-
YUV189.5668.99139.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 85 (33.59% from 255) = 17.28%
R=41.67%
G=41.06%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052028500.010.590.2058.554.5556.86
HexCDCA55013B143a3739
Octal315312125017324726771
Binary110011011100101010101010111101110100111010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA55; }

 p { color: rgb(205,202,85); }

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

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

 a { background-color: rgb(205,202,85); }

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

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

 span { border-color: rgb(205,202,85); }

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