#CAC435

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

Shades of Wattle #CAC435

Tints of Wattle #CAC435

Color information

#CAC435 (or 0xCAC435) is unknown color: approx Wattle. HEX triplet: CA, C4 and 35. RGB value is (202,196,53). Sum of RGB (Red+Green+Blue) = 202+196+53=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC435 is #353BCA. Grayscale: #B6B6B6. Windows color (decimal): -3488715 or 3523786. OLE color: 3523786.

HSL color Cylindrical-coordinate representation of color #CAC435: hue angle of 57.58º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAC435 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20219653-
CMYK00.030.740.21
HSL57.58º58.43%50%-
HSV(B)57.58º73.76%79.22%-
XYZ44.7452.2911.1-
YUV181.4955.49142.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 53 (21.09% from 255) = 11.75%
R=44.79%
G=43.46%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021965300.030.740.2157.5858.4350
HexCAC435034A153a3a32
Octal312304650311225727262
Binary1100101011000100110101011100101010101111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC435; }

 p { color: rgb(202,196,53); }

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

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

 a { background-color: rgb(202,196,53); }

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

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

 span { border-color: rgb(202,196,53); }

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