Shades of Wattle #CBC73B
Tints of Wattle #CBC73B
RGB
CMYK
RGB Variations
Color information
#CBC73B (or 0xCBC73B) is known color: Wattle. HEX triplet: CB, C7 and 3B. RGB value is (203,199,59). Sum of RGB (Red+Green+Blue) = 203+199+59=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC73B is #3438C4. Grayscale: #B8B8B8. Windows color (decimal): -3422405 or 3917771. OLE color: 3917771.
HSL color Cylindrical-coordinate representation of color #CBC73B: hue angle of 58.33º 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 #CBC73B is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 59 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.20 |
| HSL | 58.33º | 0.58% | 0.51% | - |
| HSV(B) | 58.33º | 0.71% | 0.8% | - |
| XYZ | 45.84 | 53.86 | 12.12 | - |
| YUV | 184.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 59 | 0 | 0.02 | 0.71 | 0.20 | 58.33 | 0.58 | 0.51 |
| Hex | CB | C7 | 3B | 0 | 2 | 47 | 14 | 3A | 3A | 33 |
| Octal | 313 | 307 | 73 | 0 | 2 | 107 | 24 | 72 | 72 | 63 |
| Binary | 11001011 | 11000111 | 111011 | 0 | 10 | 1000111 | 10100 | 111010 | 111010 | 110011 |
Color Harmonies of #CBC73B
Complementary color
Monochromatic Colors of #CBC73B
Black with #CBC73B
Text Example
Text Example
White with #CBC73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC73B; }
p { color: rgb(203,199,59); }
H1.HeaderClassName
{
color: #CBC73B;
}
.AnyTagClassName
{
color: #CBC73B;
}
</style>
background-color css
<style>
a { background-color: #CBC73B; }
a { background-color: rgb(203,199,59); }
div.DivClassName
{
background-color: #CBC73B;
}
.BgClassName
{
background-color: #CBC73B;
}
</style>
border-color css
<style>
span { border-color: #CBC73B; }
span { border-color: rgb(203,199,59); }
td.TdClassName
{
border-color: #CBC73B;
}
.TagClassName
{
border-color: #CBC73B;
}
</style>