Shades of Wattle #CAC731
Tints of Wattle #CAC731
RGB
CMYK
RGB Variations
Color information
#CAC731 (or 0xCAC731) is known color: Wattle. HEX triplet: CA, C7 and 31. RGB value is (202,199,49). Sum of RGB (Red+Green+Blue) = 202+199+49=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 49 (19.53% from 255 or 10.89% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC731 is #3538CE. Grayscale: #B7B7B7. Windows color (decimal): -3487951 or 3262410. OLE color: 3262410.
HSL color Cylindrical-coordinate representation of color #CAC731: hue angle of 58.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAC731 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 49 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.21 |
| HSL | 58.82º | 0.61% | 0.49% | - |
| HSV(B) | 58.82º | 0.76% | 0.79% | - |
| XYZ | 45.33 | 53.63 | 10.87 | - |
| YUV | 182.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 49 | 0 | 0.01 | 0.76 | 0.21 | 58.82 | 0.61 | 0.49 |
| Hex | CA | C7 | 31 | 0 | 1 | 4C | 15 | 3B | 3D | 31 |
| Octal | 312 | 307 | 61 | 0 | 1 | 114 | 25 | 73 | 75 | 61 |
| Binary | 11001010 | 11000111 | 110001 | 0 | 1 | 1001100 | 10101 | 111011 | 111101 | 110001 |
Color Harmonies of #CAC731
Complementary color
Monochromatic Colors of #CAC731
Black with #CAC731
Text Example
Text Example
White with #CAC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC731; }
p { color: rgb(202,199,49); }
H1.HeaderClassName
{
color: #CAC731;
}
.AnyTagClassName
{
color: #CAC731;
}
</style>
background-color css
<style>
a { background-color: #CAC731; }
a { background-color: rgb(202,199,49); }
div.DivClassName
{
background-color: #CAC731;
}
.BgClassName
{
background-color: #CAC731;
}
</style>
border-color css
<style>
span { border-color: #CAC731; }
span { border-color: rgb(202,199,49); }
td.TdClassName
{
border-color: #CAC731;
}
.TagClassName
{
border-color: #CAC731;
}
</style>