Shades of Wattle #CAC644
Tints of Wattle #CAC644
RGB
CMYK
RGB Variations
Color information
#CAC644 (or 0xCAC644) is known color: Wattle. HEX triplet: CA, C6 and 44. RGB value is (202,198,68). Sum of RGB (Red+Green+Blue) = 202+198+68=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC644 is #3539BB. Grayscale: #B8B8B8. Windows color (decimal): -3488188 or 4507338. OLE color: 4507338.
HSL color Cylindrical-coordinate representation of color #CAC644: hue angle of 58.21º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAC644 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 68 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.21 |
| HSL | 58.21º | 0.56% | 0.53% | - |
| HSV(B) | 58.21º | 0.66% | 0.79% | - |
| XYZ | 45.59 | 53.36 | 13.37 | - |
| YUV | 184.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 68 | 0 | 0.02 | 0.66 | 0.21 | 58.21 | 0.56 | 0.53 |
| Hex | CA | C6 | 44 | 0 | 2 | 42 | 15 | 3A | 38 | 35 |
| Octal | 312 | 306 | 104 | 0 | 2 | 102 | 25 | 72 | 70 | 65 |
| Binary | 11001010 | 11000110 | 1000100 | 0 | 10 | 1000010 | 10101 | 111010 | 111000 | 110101 |
Color Harmonies of #CAC644
Complementary color
Monochromatic Colors of #CAC644
Black with #CAC644
Text Example
Text Example
White with #CAC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC644; }
p { color: rgb(202,198,68); }
H1.HeaderClassName
{
color: #CAC644;
}
.AnyTagClassName
{
color: #CAC644;
}
</style>
background-color css
<style>
a { background-color: #CAC644; }
a { background-color: rgb(202,198,68); }
div.DivClassName
{
background-color: #CAC644;
}
.BgClassName
{
background-color: #CAC644;
}
</style>
border-color css
<style>
span { border-color: #CAC644; }
span { border-color: rgb(202,198,68); }
td.TdClassName
{
border-color: #CAC644;
}
.TagClassName
{
border-color: #CAC644;
}
</style>