Shades of Wattle #CBC833
Tints of Wattle #CBC833
RGB
CMYK
RGB Variations
Color information
#CBC833 (or 0xCBC833) is known color: Wattle. HEX triplet: CB, C8 and 33. RGB value is (203,200,51). Sum of RGB (Red+Green+Blue) = 203+200+51=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC833 is #3437CC. Grayscale: #B8B8B8. Windows color (decimal): -3422157 or 3393739. OLE color: 3393739.
HSL color Cylindrical-coordinate representation of color #CBC833: hue angle of 58.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBC833 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 51 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.20 |
| HSL | 58.82º | 0.6% | 0.5% | - |
| HSV(B) | 58.82º | 0.75% | 0.8% | - |
| XYZ | 45.88 | 54.24 | 11.18 | - |
| YUV | 183.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 51 | 0 | 0.01 | 0.75 | 0.20 | 58.82 | 0.6 | 0.5 |
| Hex | CB | C8 | 33 | 0 | 1 | 4B | 14 | 3B | 3C | 32 |
| Octal | 313 | 310 | 63 | 0 | 1 | 113 | 24 | 73 | 74 | 62 |
| Binary | 11001011 | 11001000 | 110011 | 0 | 1 | 1001011 | 10100 | 111011 | 111100 | 110010 |
Color Harmonies of #CBC833
Complementary color
Monochromatic Colors of #CBC833
Black with #CBC833
Text Example
Text Example
White with #CBC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC833; }
p { color: rgb(203,200,51); }
H1.HeaderClassName
{
color: #CBC833;
}
.AnyTagClassName
{
color: #CBC833;
}
</style>
background-color css
<style>
a { background-color: #CBC833; }
a { background-color: rgb(203,200,51); }
div.DivClassName
{
background-color: #CBC833;
}
.BgClassName
{
background-color: #CBC833;
}
</style>
border-color css
<style>
span { border-color: #CBC833; }
span { border-color: rgb(203,200,51); }
td.TdClassName
{
border-color: #CBC833;
}
.TagClassName
{
border-color: #CBC833;
}
</style>