#CAC530

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

Shades of Wattle #CAC530

Tints of Wattle #CAC530

Color information

#CAC530 (or 0xCAC530) is unknown color: approx Wattle. HEX triplet: CA, C5 and 30. RGB value is (202,197,48). Sum of RGB (Red+Green+Blue) = 202+197+48=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC530 is #353ACF. Grayscale: #B6B6B6. Windows color (decimal): -3488464 or 3196362. OLE color: 3196362.

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

Color convert

RGB20219748-
CMYK00.020.760.21
HSL58.05º61.6%49.02%-
HSV(B)58.05º76.24%79.22%-
XYZ44.8652.710.6-
YUV181.5152.66142.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 197 (77.34% from 255) = 44.07%
BLUE value IS 48 (19.14% from 255) = 10.74%
R=45.19%
G=44.07%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021974800.020.760.2158.0561.649.02
HexCAC530024C153a3e31
Octal312305600211425727661
Binary1100101011000101110000010100110010101111010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC530; }

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

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

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

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

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

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

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

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