Shades of Wattle #CBCB37
Tints of Wattle #CBCB37
RGB
CMYK
RGB Variations
Color information
#CBCB37 (or 0xCBCB37) is known color: Wattle. HEX triplet: CB, CB and 37. RGB value is (203,203,55). Sum of RGB (Red+Green+Blue) = 203+203+55=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 55 (21.88% from 255 or 11.93% from 461); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCB37 is #3434C8. Grayscale: #BABABA. Windows color (decimal): -3421385 or 3656651. OLE color: 3656651.
HSL color Cylindrical-coordinate representation of color #CBCB37: hue angle of 60º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBCB37 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 55 | - |
| CMYK | 0 | 0 | 0.73 | 0.20 |
| HSL | 60º | 0.59% | 0.51% | - |
| HSV(B) | 60º | 0.73% | 0.8% | - |
| XYZ | 46.67 | 55.68 | 11.9 | - |
| YUV | 186.13 | 54 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 55 | 0 | 0 | 0.73 | 0.20 | 60 | 0.59 | 0.51 |
| Hex | CB | CB | 37 | 0 | 0 | 49 | 14 | 3C | 3B | 33 |
| Octal | 313 | 313 | 67 | 0 | 0 | 111 | 24 | 74 | 73 | 63 |
| Binary | 11001011 | 11001011 | 110111 | 0 | 0 | 1001001 | 10100 | 111100 | 111011 | 110011 |
Color Harmonies of #CBCB37
Complementary color
Monochromatic Colors of #CBCB37
Black with #CBCB37
Text Example
Text Example
White with #CBCB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB37; }
p { color: rgb(203,203,55); }
H1.HeaderClassName
{
color: #CBCB37;
}
.AnyTagClassName
{
color: #CBCB37;
}
</style>
background-color css
<style>
a { background-color: #CBCB37; }
a { background-color: rgb(203,203,55); }
div.DivClassName
{
background-color: #CBCB37;
}
.BgClassName
{
background-color: #CBCB37;
}
</style>
border-color css
<style>
span { border-color: #CBCB37; }
span { border-color: rgb(203,203,55); }
td.TdClassName
{
border-color: #CBCB37;
}
.TagClassName
{
border-color: #CBCB37;
}
</style>