#CAC93A

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

Shades of Wattle #CAC93A

Tints of Wattle #CAC93A

Color information

#CAC93A (or 0xCAC93A) is unknown color: approx Wattle. HEX triplet: CA, C9 and 3A. RGB value is (202,201,58). Sum of RGB (Red+Green+Blue) = 202+201+58=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC93A is #3536C5. Grayscale: #B9B9B9. Windows color (decimal): -3487430 or 3852746. OLE color: 3852746.

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

Color convert

RGB20220158-
CMYK00.000.710.21
HSL59.58º57.6%50.98%-
HSV(B)59.58º71.29%79.22%-
XYZ46.0154.6412.12-
YUV18556.33140.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 201 (78.91% from 255) = 43.60%
BLUE value IS 58 (23.05% from 255) = 12.58%
R=43.82%
G=43.60%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022015800.000.710.2159.5857.650.98
HexCAC93A0047153c3a33
Octal312311720010725747263
Binary110010101100100111101000100011110101111100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC93A; }

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

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

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

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

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

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

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

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