#CAC940

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

Shades of Wattle #CAC940

Tints of Wattle #CAC940

Color information

#CAC940 (or 0xCAC940) is unknown color: approx Wattle. HEX triplet: CA, C9 and 40. RGB value is (202,201,64). Sum of RGB (Red+Green+Blue) = 202+201+64=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC940 is #3536BF. Grayscale: #BABABA. Windows color (decimal): -3487424 or 4245962. OLE color: 4245962.

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

Color convert

RGB20220164-
CMYK00.000.680.21
HSL59.57º56.56%52.16%-
HSV(B)59.57º68.32%79.22%-
XYZ46.1754.712.98-
YUV185.6859.33139.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 201 (78.91% from 255) = 43.04%
BLUE value IS 64 (25.39% from 255) = 13.70%
R=43.25%
G=43.04%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022016400.000.680.2159.5756.5652.16
HexCAC9400044153c3934
Octal3123111000010425747164
Binary1100101011001001100000000100010010101111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC940; }

 p { color: rgb(202,201,64); }

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

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

 a { background-color: rgb(202,201,64); }

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

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

 span { border-color: rgb(202,201,64); }

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