#CAC53C

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

Shades of Wattle #CAC53C

Tints of Wattle #CAC53C

Color information

#CAC53C (or 0xCAC53C) is unknown color: approx Wattle. HEX triplet: CA, C5 and 3C. RGB value is (202,197,60). Sum of RGB (Red+Green+Blue) = 202+197+60=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC53C is #353AC3. Grayscale: #B7B7B7. Windows color (decimal): -3488452 or 3982794. OLE color: 3982794.

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

Color convert

RGB20219760-
CMYK00.020.700.21
HSL57.89º57.26%51.37%-
HSV(B)57.89º70.3%79.22%-
XYZ45.1452.8212.09-
YUV182.8858.66141.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 197 (77.34% from 255) = 42.92%
BLUE value IS 60 (23.83% from 255) = 13.07%
R=44.01%
G=42.92%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021976000.020.700.2157.8957.2651.37
HexCAC53C0246153a3933
Octal312305740210625727163
Binary1100101011000101111100010100011010101111010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC53C; }

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

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

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

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

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

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

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

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