Shades of Wattle #CAC633
Tints of Wattle #CAC633
RGB
CMYK
RGB Variations
Color information
#CAC633 (or 0xCAC633) is known color: Wattle. HEX triplet: CA, C6 and 33. RGB value is (202,198,51). Sum of RGB (Red+Green+Blue) = 202+198+51=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC633 is #3539CC. Grayscale: #B7B7B7. Windows color (decimal): -3488205 or 3393226. OLE color: 3393226.
HSL color Cylindrical-coordinate representation of color #CAC633: hue angle of 58.41º 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 #CAC633 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 51 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.21 |
| HSL | 58.41º | 0.6% | 0.5% | - |
| HSV(B) | 58.41º | 0.75% | 0.79% | - |
| XYZ | 45.15 | 53.18 | 11.02 | - |
| YUV | 182.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 51 | 0 | 0.02 | 0.75 | 0.21 | 58.41 | 0.6 | 0.5 |
| Hex | CA | C6 | 33 | 0 | 2 | 4B | 15 | 3A | 3C | 32 |
| Octal | 312 | 306 | 63 | 0 | 2 | 113 | 25 | 72 | 74 | 62 |
| Binary | 11001010 | 11000110 | 110011 | 0 | 10 | 1001011 | 10101 | 111010 | 111100 | 110010 |
Color Harmonies of #CAC633
Complementary color
Monochromatic Colors of #CAC633
Black with #CAC633
Text Example
Text Example
White with #CAC633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC633; }
p { color: rgb(202,198,51); }
H1.HeaderClassName
{
color: #CAC633;
}
.AnyTagClassName
{
color: #CAC633;
}
</style>
background-color css
<style>
a { background-color: #CAC633; }
a { background-color: rgb(202,198,51); }
div.DivClassName
{
background-color: #CAC633;
}
.BgClassName
{
background-color: #CAC633;
}
</style>
border-color css
<style>
span { border-color: #CAC633; }
span { border-color: rgb(202,198,51); }
td.TdClassName
{
border-color: #CAC633;
}
.TagClassName
{
border-color: #CAC633;
}
</style>