Shades of Wattle #CAC93E
Tints of Wattle #CAC93E
RGB
CMYK
RGB Variations
Color information
#CAC93E (or 0xCAC93E) is known color: Wattle. HEX triplet: CA, C9 and 3E. RGB value is (202,201,62). Sum of RGB (Red+Green+Blue) = 202+201+62=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC93E is #3536C1. Grayscale: #BABABA. Windows color (decimal): -3487426 or 4114890. OLE color: 4114890.
HSL color Cylindrical-coordinate representation of color #CAC93E: hue angle of 59.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAC93E is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 62 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.21 |
| HSL | 59.57º | 0.57% | 0.52% | - |
| HSV(B) | 59.57º | 0.69% | 0.79% | - |
| XYZ | 46.11 | 54.68 | 12.68 | - |
| YUV | 185.45 | 58.33 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 62 | 0 | 0.00 | 0.69 | 0.21 | 59.57 | 0.57 | 0.52 |
| Hex | CA | C9 | 3E | 0 | 0 | 45 | 15 | 3C | 39 | 34 |
| Octal | 312 | 311 | 76 | 0 | 0 | 105 | 25 | 74 | 71 | 64 |
| Binary | 11001010 | 11001001 | 111110 | 0 | 0 | 1000101 | 10101 | 111100 | 111001 | 110100 |
Color Harmonies of #CAC93E
Complementary color
Monochromatic Colors of #CAC93E
Black with #CAC93E
Text Example
Text Example
White with #CAC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC93E; }
p { color: rgb(202,201,62); }
H1.HeaderClassName
{
color: #CAC93E;
}
.AnyTagClassName
{
color: #CAC93E;
}
</style>
background-color css
<style>
a { background-color: #CAC93E; }
a { background-color: rgb(202,201,62); }
div.DivClassName
{
background-color: #CAC93E;
}
.BgClassName
{
background-color: #CAC93E;
}
</style>
border-color css
<style>
span { border-color: #CAC93E; }
span { border-color: rgb(202,201,62); }
td.TdClassName
{
border-color: #CAC93E;
}
.TagClassName
{
border-color: #CAC93E;
}
</style>