#CAC53E

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

Shades of Wattle #CAC53E

Tints of Wattle #CAC53E

Color information

#CAC53E (or 0xCAC53E) is unknown color: approx Wattle. HEX triplet: CA, C5 and 3E. RGB value is (202,197,62). Sum of RGB (Red+Green+Blue) = 202+197+62=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC53E is #353AC1. Grayscale: #B7B7B7. Windows color (decimal): -3488450 or 4113866. OLE color: 4113866.

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

Color convert

RGB20219762-
CMYK00.020.690.21
HSL57.86º56.91%51.76%-
HSV(B)57.86º69.31%79.22%-
XYZ45.1952.8412.37-
YUV183.159.66141.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 197 (77.34% from 255) = 42.73%
BLUE value IS 62 (24.61% from 255) = 13.45%
R=43.82%
G=42.73%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021976200.020.690.2157.8656.9151.76
HexCAC53E0245153a3934
Octal312305760210525727164
Binary1100101011000101111110010100010110101111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC53E; }

 p { color: rgb(202,197,62); }

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

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

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

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

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

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

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