#CACA62

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

Shades of Wild Willow #CACA62

Tints of Wild Willow #CACA62

Color information

#CACA62 (or 0xCACA62) is unknown color: approx Wild Willow. HEX triplet: CA, CA and 62. RGB value is (202,202,98). Sum of RGB (Red+Green+Blue) = 202+202+98=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA62 is #35359D. Grayscale: #BEBEBE. Windows color (decimal): -3487134 or 6474442. OLE color: 6474442.

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

Color convert

RGB20220298-
CMYK000.510.21
HSL60º49.52%58.82%-
HSV(B)60º51.49%79.22%-
XYZ47.6855.6819.79-
YUV190.1476136.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 98 (38.67% from 255) = 19.52%
R=40.24%
G=40.24%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220298000.510.216049.5258.82
HexCACA620033153c323b
Octal312312142006325746273
Binary110010101100101011000100011001110101111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA62; }

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

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

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

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

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

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

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

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