#CAC449

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

Shades of Wattle #CAC449

Tints of Wattle #CAC449

Color information

#CAC449 (or 0xCAC449) is unknown color: approx Wattle. HEX triplet: CA, C4 and 49. RGB value is (202,196,73). Sum of RGB (Red+Green+Blue) = 202+196+73=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC449 is #353BB6. Grayscale: #B8B8B8. Windows color (decimal): -3488695 or 4834506. OLE color: 4834506.

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

Color convert

RGB20219673-
CMYK00.030.640.21
HSL57.21º54.89%53.92%-
HSV(B)57.21º63.86%79.22%-
XYZ45.352.5214.05-
YUV183.7765.49141-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 73 (28.91% from 255) = 15.50%
R=42.89%
G=41.61%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021967300.030.640.2157.2154.8953.92
HexCAC449034015393736
Octal3123041110310025716766
Binary11001010110001001001001011100000010101111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC449; }

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

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

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

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

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

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

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

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