#CACA56

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

Shades of Wild Willow #CACA56

Tints of Wild Willow #CACA56

Color information

#CACA56 (or 0xCACA56) is unknown color: approx Wild Willow. HEX triplet: CA, CA and 56. RGB value is (202,202,86). Sum of RGB (Red+Green+Blue) = 202+202+86=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA56 is #3535A9. Grayscale: #BDBDBD. Windows color (decimal): -3487146 or 5688010. OLE color: 5688010.

HSL color Cylindrical-coordinate representation of color #CACA56: hue angle of 60º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CACA56 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB20220286-
CMYK000.570.21
HSL60º52.25%56.47%-
HSV(B)60º57.43%79.22%-
XYZ47.1655.4717.03-
YUV188.7870137.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 86 (33.98% from 255) = 17.55%
R=41.22%
G=41.22%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220286000.570.216052.2556.47
HexCACA560039153c3438
Octal312312126007125746470
Binary110010101100101010101100011100110101111100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA56; }

 p { color: rgb(202,202,86); }

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

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

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

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

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

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

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