#CCCA59

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

Shades of Wild Willow #CCCA59

Tints of Wild Willow #CCCA59

Color information

#CCCA59 (or 0xCCCA59) is unknown color: approx Wild Willow. HEX triplet: CC, CA and 59. RGB value is (204,202,89). Sum of RGB (Red+Green+Blue) = 204+202+89=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA59 is #3335A6. Grayscale: #BEBEBE. Windows color (decimal): -3356071 or 5884620. OLE color: 5884620.

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

Color convert

RGB20420289-
CMYK00.010.560.2
HSL58.96º53%57.45%-
HSV(B)58.96º56.37%80%-
XYZ47.8355.817.7-
YUV189.7271.16138.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 89 (35.16% from 255) = 17.98%
R=41.21%
G=40.81%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042028900.010.560.258.965357.45
HexCCCA590138143b3539
Octal314312131017024736571
Binary110011001100101010110010111100010100111011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA59; }

 p { color: rgb(204,202,89); }

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

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

 a { background-color: rgb(204,202,89); }

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

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

 span { border-color: rgb(204,202,89); }

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