#CAC641

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

Shades of Wattle #CAC641

Tints of Wattle #CAC641

Color information

#CAC641 (or 0xCAC641) is unknown color: approx Wattle. HEX triplet: CA, C6 and 41. RGB value is (202,198,65). Sum of RGB (Red+Green+Blue) = 202+198+65=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC641 is #3539BE. Grayscale: #B8B8B8. Windows color (decimal): -3488191 or 4310730. OLE color: 4310730.

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

Color convert

RGB20219865-
CMYK00.020.680.21
HSL58.25º56.38%52.35%-
HSV(B)58.25º67.82%79.22%-
XYZ45.5153.3312.9-
YUV184.0360.83140.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 198 (77.73% from 255) = 42.58%
BLUE value IS 65 (25.78% from 255) = 13.98%
R=43.44%
G=42.58%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021986500.020.680.2158.2556.3852.35
HexCAC6410244153a3834
Octal3123061010210425727064
Binary11001010110001101000001010100010010101111010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC641; }

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

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

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

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

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

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

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

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