#CAC43A

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

Shades of Wattle #CAC43A

Tints of Wattle #CAC43A

Color information

#CAC43A (or 0xCAC43A) is unknown color: approx Wattle. HEX triplet: CA, C4 and 3A. RGB value is (202,196,58). Sum of RGB (Red+Green+Blue) = 202+196+58=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC43A is #353BC5. Grayscale: #B6B6B6. Windows color (decimal): -3488710 or 3851466. OLE color: 3851466.

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

Color convert

RGB20219658-
CMYK00.030.710.21
HSL57.5º57.6%50.98%-
HSV(B)57.5º71.29%79.22%-
XYZ44.8652.3411.74-
YUV182.0657.99142.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 58 (23.05% from 255) = 12.72%
R=44.30%
G=42.98%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021965800.030.710.2157.557.650.98
HexCAC43A0347153a3a33
Octal312304720310725727263
Binary1100101011000100111010011100011110101111010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC43A; }

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

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

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

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

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

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

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

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