#CAC749

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

Shades of Wattle #CAC749

Tints of Wattle #CAC749

Color information

#CAC749 (or 0xCAC749) is unknown color: approx Wattle. HEX triplet: CA, C7 and 49. RGB value is (202,199,73). Sum of RGB (Red+Green+Blue) = 202+199+73=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC749 is #3538B6. Grayscale: #BABABA. Windows color (decimal): -3487927 or 4835274. OLE color: 4835274.

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

Color convert

RGB20219973-
CMYK00.010.640.21
HSL58.6º54.89%53.92%-
HSV(B)58.6º63.86%79.22%-
XYZ45.9853.8814.28-
YUV185.5364.49139.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 199 (78.12% from 255) = 41.98%
BLUE value IS 73 (28.91% from 255) = 15.40%
R=42.62%
G=41.98%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021997300.010.640.2158.654.8953.92
HexCAC7490140153b3736
Octal3123071110110025736766
Binary1100101011000111100100101100000010101111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC749; }

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

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

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

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

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

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

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

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