#CAC63A

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

Shades of Wattle #CAC63A

Tints of Wattle #CAC63A

Color information

#CAC63A (or 0xCAC63A) is unknown color: approx Wattle. HEX triplet: CA, C6 and 3A. RGB value is (202,198,58). Sum of RGB (Red+Green+Blue) = 202+198+58=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC63A is #3539C5. Grayscale: #B7B7B7. Windows color (decimal): -3488198 or 3851978. OLE color: 3851978.

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

Color convert

RGB20219858-
CMYK00.020.710.21
HSL58.33º57.6%50.98%-
HSV(B)58.33º71.29%79.22%-
XYZ45.3153.2511.89-
YUV183.2457.33141.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.10%
GREEN value IS 198 (77.73% from 255) = 43.23%
BLUE value IS 58 (23.05% from 255) = 12.66%
R=44.10%
G=43.23%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021985800.020.710.2158.3357.650.98
HexCAC63A0247153a3a33
Octal312306720210725727263
Binary1100101011000110111010010100011110101111010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC63A; }

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

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

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

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

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

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

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

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