Shades of Wattle #CBCA3A
Tints of Wattle #CBCA3A
RGB
CMYK
RGB Variations
Color information
#CBCA3A (or 0xCBCA3A) is known color: Wattle. HEX triplet: CB, CA and 3A. RGB value is (203,202,58). Sum of RGB (Red+Green+Blue) = 203+202+58=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCA3A is #3435C5. Grayscale: #BABABA. Windows color (decimal): -3421638 or 3853003. OLE color: 3853003.
HSL color Cylindrical-coordinate representation of color #CBCA3A: hue angle of 59.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBCA3A is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 202 | 58 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.20 |
| HSL | 59.59º | 0.58% | 0.51% | - |
| HSV(B) | 59.59º | 0.71% | 0.8% | - |
| XYZ | 46.51 | 55.24 | 12.21 | - |
| YUV | 185.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 202 | 58 | 0 | 0.00 | 0.71 | 0.20 | 59.59 | 0.58 | 0.51 |
| Hex | CB | CA | 3A | 0 | 0 | 47 | 14 | 3C | 3A | 33 |
| Octal | 313 | 312 | 72 | 0 | 0 | 107 | 24 | 74 | 72 | 63 |
| Binary | 11001011 | 11001010 | 111010 | 0 | 0 | 1000111 | 10100 | 111100 | 111010 | 110011 |
Color Harmonies of #CBCA3A
Complementary color
Monochromatic Colors of #CBCA3A
Black with #CBCA3A
Text Example
Text Example
White with #CBCA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCA3A; }
p { color: rgb(203,202,58); }
H1.HeaderClassName
{
color: #CBCA3A;
}
.AnyTagClassName
{
color: #CBCA3A;
}
</style>
background-color css
<style>
a { background-color: #CBCA3A; }
a { background-color: rgb(203,202,58); }
div.DivClassName
{
background-color: #CBCA3A;
}
.BgClassName
{
background-color: #CBCA3A;
}
</style>
border-color css
<style>
span { border-color: #CBCA3A; }
span { border-color: rgb(203,202,58); }
td.TdClassName
{
border-color: #CBCA3A;
}
.TagClassName
{
border-color: #CBCA3A;
}
</style>