Shades of Wattle #CAC830
Tints of Wattle #CAC830
RGB
CMYK
RGB Variations
Color information
#CAC830 (or 0xCAC830) is known color: Wattle. HEX triplet: CA, C8 and 30. RGB value is (202,200,48). Sum of RGB (Red+Green+Blue) = 202+200+48=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC830 is #3537CF. Grayscale: #B7B7B7. Windows color (decimal): -3487696 or 3197130. OLE color: 3197130.
HSL color Cylindrical-coordinate representation of color #CAC830: hue angle of 59.22º degrees, saturation: 0.62, 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 #CAC830 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 48 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.21 |
| HSL | 59.22º | 0.62% | 0.49% | - |
| HSV(B) | 59.22º | 0.76% | 0.79% | - |
| XYZ | 45.54 | 54.08 | 10.83 | - |
| YUV | 183.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 48 | 0 | 0.01 | 0.76 | 0.21 | 59.22 | 0.62 | 0.49 |
| Hex | CA | C8 | 30 | 0 | 1 | 4C | 15 | 3B | 3E | 31 |
| Octal | 312 | 310 | 60 | 0 | 1 | 114 | 25 | 73 | 76 | 61 |
| Binary | 11001010 | 11001000 | 110000 | 0 | 1 | 1001100 | 10101 | 111011 | 111110 | 110001 |
Color Harmonies of #CAC830
Complementary color
Monochromatic Colors of #CAC830
Black with #CAC830
Text Example
Text Example
White with #CAC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC830; }
p { color: rgb(202,200,48); }
H1.HeaderClassName
{
color: #CAC830;
}
.AnyTagClassName
{
color: #CAC830;
}
</style>
background-color css
<style>
a { background-color: #CAC830; }
a { background-color: rgb(202,200,48); }
div.DivClassName
{
background-color: #CAC830;
}
.BgClassName
{
background-color: #CAC830;
}
</style>
border-color css
<style>
span { border-color: #CAC830; }
span { border-color: rgb(202,200,48); }
td.TdClassName
{
border-color: #CAC830;
}
.TagClassName
{
border-color: #CAC830;
}
</style>