Shades of Wattle #CAC933
Tints of Wattle #CAC933
RGB
CMYK
RGB Variations
Color information
#CAC933 (or 0xCAC933) is known color: Wattle. HEX triplet: CA, C9 and 33. RGB value is (202,201,51). Sum of RGB (Red+Green+Blue) = 202+201+51=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC933 is #3536CC. Grayscale: #B8B8B8. Windows color (decimal): -3487437 or 3393994. OLE color: 3393994.
HSL color Cylindrical-coordinate representation of color #CAC933: hue angle of 59.6º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAC933 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 51 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.21 |
| HSL | 59.6º | 0.6% | 0.5% | - |
| HSV(B) | 59.6º | 0.75% | 0.79% | - |
| XYZ | 45.84 | 54.57 | 11.25 | - |
| YUV | 184.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 51 | 0 | 0.00 | 0.75 | 0.21 | 59.6 | 0.6 | 0.5 |
| Hex | CA | C9 | 33 | 0 | 0 | 4B | 15 | 3C | 3C | 32 |
| Octal | 312 | 311 | 63 | 0 | 0 | 113 | 25 | 74 | 74 | 62 |
| Binary | 11001010 | 11001001 | 110011 | 0 | 0 | 1001011 | 10101 | 111100 | 111100 | 110010 |
Color Harmonies of #CAC933
Complementary color
Monochromatic Colors of #CAC933
Black with #CAC933
Text Example
Text Example
White with #CAC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC933; }
p { color: rgb(202,201,51); }
H1.HeaderClassName
{
color: #CAC933;
}
.AnyTagClassName
{
color: #CAC933;
}
</style>
background-color css
<style>
a { background-color: #CAC933; }
a { background-color: rgb(202,201,51); }
div.DivClassName
{
background-color: #CAC933;
}
.BgClassName
{
background-color: #CAC933;
}
</style>
border-color css
<style>
span { border-color: #CAC933; }
span { border-color: rgb(202,201,51); }
td.TdClassName
{
border-color: #CAC933;
}
.TagClassName
{
border-color: #CAC933;
}
</style>