#CAC54E

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

Shades of Wattle #CAC54E

Tints of Wattle #CAC54E

Color information

#CAC54E (or 0xCAC54E) is unknown color: approx Wattle. HEX triplet: CA, C5 and 4E. RGB value is (202,197,78). Sum of RGB (Red+Green+Blue) = 202+197+78=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC54E is #353AB1. Grayscale: #B9B9B9. Windows color (decimal): -3488434 or 5162442. OLE color: 5162442.

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

Color convert

RGB20219778-
CMYK00.020.610.21
HSL57.58º53.91%54.9%-
HSV(B)57.58º61.39%79.22%-
XYZ45.753.0415.04-
YUV184.9367.66140.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 78 (30.86% from 255) = 16.35%
R=42.35%
G=41.30%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021977800.020.610.2157.5853.9154.9
HexCAC54E023D153a3637
Octal312305116027525726667
Binary1100101011000101100111001011110110101111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC54E; }

 p { color: rgb(202,197,78); }

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

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

 a { background-color: rgb(202,197,78); }

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

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

 span { border-color: rgb(202,197,78); }

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