#CAC841

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

Shades of Wattle #CAC841

Tints of Wattle #CAC841

Color information

#CAC841 (or 0xCAC841) is unknown color: approx Wattle. HEX triplet: CA, C8 and 41. RGB value is (202,200,65). Sum of RGB (Red+Green+Blue) = 202+200+65=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC841 is #3537BE. Grayscale: #B9B9B9. Windows color (decimal): -3487679 or 4311242. OLE color: 4311242.

HSL color Cylindrical-coordinate representation of color #CAC841: hue angle of 59.12º 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 #CAC841 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20220065-
CMYK00.010.680.21
HSL59.12º56.38%52.35%-
HSV(B)59.12º67.82%79.22%-
XYZ45.9754.2513.05-
YUV185.2160.16139.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 65 (25.78% from 255) = 13.92%
R=43.25%
G=42.83%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022006500.010.680.2159.1256.3852.35
HexCAC8410144153b3834
Octal3123101010110425737064
Binary1100101011001000100000101100010010101111011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC841; }

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

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

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

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

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

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

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

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