#CAC63E

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

Shades of Wattle #CAC63E

Tints of Wattle #CAC63E

Color information

#CAC63E (or 0xCAC63E) is unknown color: approx Wattle. HEX triplet: CA, C6 and 3E. RGB value is (202,198,62). Sum of RGB (Red+Green+Blue) = 202+198+62=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC63E is #3539C1. Grayscale: #B8B8B8. Windows color (decimal): -3488194 or 4114122. OLE color: 4114122.

HSL color Cylindrical-coordinate representation of color #CAC63E: hue angle of 58.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAC63E is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20219862-
CMYK00.020.690.21
HSL58.29º56.91%51.76%-
HSV(B)58.29º69.31%79.22%-
XYZ45.4253.2912.45-
YUV183.6959.33141.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 198 (77.73% from 255) = 42.86%
BLUE value IS 62 (24.61% from 255) = 13.42%
R=43.72%
G=42.86%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021986200.020.690.2158.2956.9151.76
HexCAC63E0245153a3934
Octal312306760210525727164
Binary1100101011000110111110010100010110101111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC63E; }

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

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

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

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

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

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

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

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