#CAC943

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

Shades of Wattle #CAC943

Tints of Wattle #CAC943

Color information

#CAC943 (or 0xCAC943) is unknown color: approx Wattle. HEX triplet: CA, C9 and 43. RGB value is (202,201,67). Sum of RGB (Red+Green+Blue) = 202+201+67=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC943 is #3536BC. Grayscale: #BABABA. Windows color (decimal): -3487421 or 4442570. OLE color: 4442570.

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

Color convert

RGB20220167-
CMYK00.000.670.21
HSL59.56º56.02%52.75%-
HSV(B)59.56º66.83%79.22%-
XYZ46.2654.7413.44-
YUV186.0260.83139.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 67 (26.56% from 255) = 14.26%
R=42.98%
G=42.77%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022016700.000.670.2159.5656.0252.75
HexCAC9430043153c3835
Octal3123111030010325747065
Binary1100101011001001100001100100001110101111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC943; }

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

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

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

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

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

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

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

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