Shades of Wattle #CAC94B
Tints of Wattle #CAC94B
RGB
CMYK
RGB Variations
Color information
#CAC94B (or 0xCAC94B) is known color: Wattle. HEX triplet: CA, C9 and 4B. RGB value is (202,201,75). Sum of RGB (Red+Green+Blue) = 202+201+75=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC94B is #3536B4. Grayscale: #BBBBBB. Windows color (decimal): -3487413 or 4966858. OLE color: 4966858.
HSL color Cylindrical-coordinate representation of color #CAC94B: hue angle of 59.53º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAC94B is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 75 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.21 |
| HSL | 59.53º | 0.55% | 0.54% | - |
| HSV(B) | 59.53º | 0.63% | 0.79% | - |
| XYZ | 46.51 | 54.84 | 14.79 | - |
| YUV | 186.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 75 | 0 | 0.00 | 0.63 | 0.21 | 59.53 | 0.55 | 0.54 |
| Hex | CA | C9 | 4B | 0 | 0 | 3F | 15 | 3C | 37 | 36 |
| Octal | 312 | 311 | 113 | 0 | 0 | 77 | 25 | 74 | 67 | 66 |
| Binary | 11001010 | 11001001 | 1001011 | 0 | 0 | 111111 | 10101 | 111100 | 110111 | 110110 |
Color Harmonies of #CAC94B
Complementary color
Monochromatic Colors of #CAC94B
Black with #CAC94B
Text Example
Text Example
White with #CAC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC94B; }
p { color: rgb(202,201,75); }
H1.HeaderClassName
{
color: #CAC94B;
}
.AnyTagClassName
{
color: #CAC94B;
}
</style>
background-color css
<style>
a { background-color: #CAC94B; }
a { background-color: rgb(202,201,75); }
div.DivClassName
{
background-color: #CAC94B;
}
.BgClassName
{
background-color: #CAC94B;
}
</style>
border-color css
<style>
span { border-color: #CAC94B; }
span { border-color: rgb(202,201,75); }
td.TdClassName
{
border-color: #CAC94B;
}
.TagClassName
{
border-color: #CAC94B;
}
</style>