#CAC14E

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

Shades of Wattle #CAC14E

Tints of Wattle #CAC14E

Color information

#CAC14E (or 0xCAC14E) is unknown color: approx Wattle. HEX triplet: CA, C1 and 4E. RGB value is (202,193,78). Sum of RGB (Red+Green+Blue) = 202+193+78=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC14E is #353EB1. Grayscale: #B7B7B7. Windows color (decimal): -3489458 or 5161418. OLE color: 5161418.

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

Color convert

RGB20219378-
CMYK00.040.610.21
HSL55.65º53.91%54.9%-
HSV(B)55.65º61.39%79.22%-
XYZ44.851.2514.74-
YUV182.5868.98141.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 78 (30.86% from 255) = 16.49%
R=42.71%
G=40.80%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021937800.040.610.2155.6553.9154.9
HexCAC14E043D15383637
Octal312301116047525706667
Binary11001010110000011001110010011110110101111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC14E; }

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

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

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

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

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

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

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

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