#CAC44D

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

Shades of Wattle #CAC44D

Tints of Wattle #CAC44D

Color information

#CAC44D (or 0xCAC44D) is unknown color: approx Wattle. HEX triplet: CA, C4 and 4D. RGB value is (202,196,77). Sum of RGB (Red+Green+Blue) = 202+196+77=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC44D is #353BB2. Grayscale: #B8B8B8. Windows color (decimal): -3488691 or 5096650. OLE color: 5096650.

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

Color convert

RGB20219677-
CMYK00.030.620.21
HSL57.12º54.11%54.71%-
HSV(B)57.12º61.88%79.22%-
XYZ45.4452.5714.77-
YUV184.2367.49140.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 77 (30.47% from 255) = 16.21%
R=42.53%
G=41.26%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021967700.030.620.2157.1254.1154.71
HexCAC44D033E15393637
Octal312304115037625716667
Binary1100101011000100100110101111111010101111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC44D; }

 p { color: rgb(202,196,77); }

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

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

 a { background-color: rgb(202,196,77); }

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

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

 span { border-color: rgb(202,196,77); }

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