#CAC441

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

Shades of Wattle #CAC441

Tints of Wattle #CAC441

Color information

#CAC441 (or 0xCAC441) is unknown color: approx Wattle. HEX triplet: CA, C4 and 41. RGB value is (202,196,65). Sum of RGB (Red+Green+Blue) = 202+196+65=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC441 is #353BBE. Grayscale: #B7B7B7. Windows color (decimal): -3488703 or 4310218. OLE color: 4310218.

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

Color convert

RGB20219665-
CMYK00.030.680.21
HSL57.37º56.38%52.35%-
HSV(B)57.37º67.82%79.22%-
XYZ45.0552.4212.74-
YUV182.8661.49141.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 65 (25.78% from 255) = 14.04%
R=43.63%
G=42.33%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021966500.030.680.2157.3756.3852.35
HexCAC441034415393834
Octal3123041010310425717064
Binary11001010110001001000001011100010010101111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC441; }

 p { color: rgb(202,196,65); }

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

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

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

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

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

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

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