#CAC949

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

Shades of Wattle #CAC949

Tints of Wattle #CAC949

Color information

#CAC949 (or 0xCAC949) is unknown color: approx Wattle. HEX triplet: CA, C9 and 49. RGB value is (202,201,73). Sum of RGB (Red+Green+Blue) = 202+201+73=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC949 is #3536B6. Grayscale: #BBBBBB. Windows color (decimal): -3487415 or 4835786. OLE color: 4835786.

HSL color Cylindrical-coordinate representation of color #CAC949: hue angle of 59.53º 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 #CAC949 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20220173-
CMYK00.000.640.21
HSL59.53º54.89%53.92%-
HSV(B)59.53º63.86%79.22%-
XYZ46.4554.8114.43-
YUV186.7163.83138.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 201 (78.91% from 255) = 42.23%
BLUE value IS 73 (28.91% from 255) = 15.34%
R=42.44%
G=42.23%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022017300.000.640.2159.5354.8953.92
HexCAC9490040153c3736
Octal3123111110010025746766
Binary1100101011001001100100100100000010101111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC949; }

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

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

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

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

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

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

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

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