#CAC94A

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

Shades of Wattle #CAC94A

Tints of Wattle #CAC94A

Color information

#CAC94A (or 0xCAC94A) is unknown color: approx Wattle. HEX triplet: CA, C9 and 4A. RGB value is (202,201,74). Sum of RGB (Red+Green+Blue) = 202+201+74=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC94A is #3536B5. Grayscale: #BBBBBB. Windows color (decimal): -3487414 or 4901322. OLE color: 4901322.

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

Color convert

RGB20220174-
CMYK00.000.630.21
HSL59.53º54.7%54.12%-
HSV(B)59.53º63.37%79.22%-
XYZ46.4854.8214.61-
YUV186.8264.33138.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 201 (78.91% from 255) = 42.14%
BLUE value IS 74 (29.30% from 255) = 15.51%
R=42.35%
G=42.14%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022017400.000.630.2159.5354.754.12
HexCAC94A003F153c3736
Octal312311112007725746766
Binary110010101100100110010100011111110101111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC94A; }

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

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

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

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

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

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

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

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