#CAC73A

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

Shades of Wattle #CAC73A

Tints of Wattle #CAC73A

Color information

#CAC73A (or 0xCAC73A) is unknown color: approx Wattle. HEX triplet: CA, C7 and 3A. RGB value is (202,199,58). Sum of RGB (Red+Green+Blue) = 202+199+58=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC73A is #3538C5. Grayscale: #B8B8B8. Windows color (decimal): -3487942 or 3852234. OLE color: 3852234.

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

Color convert

RGB20219958-
CMYK00.010.710.21
HSL58.75º57.6%50.98%-
HSV(B)58.75º71.29%79.22%-
XYZ45.5453.7111.97-
YUV183.8256.99140.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 58 (23.05% from 255) = 12.64%
R=44.01%
G=43.36%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021995800.010.710.2158.7557.650.98
HexCAC73A0147153b3a33
Octal312307720110725737263
Binary110010101100011111101001100011110101111011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC73A; }

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

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

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

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

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

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

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

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