Shades of Bird Flower #CBBB0B
Tints of Bird Flower #CBBB0B
RGB
CMYK
RGB Variations
Color information
#CBBB0B (or 0xCBBB0B) is known color: Bird Flower. HEX triplet: CB, BB and 0B. RGB value is (203,187,11). Sum of RGB (Red+Green+Blue) = 203+187+11=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBB0B is #3444F4. Grayscale: #ACACAC. Windows color (decimal): -3425525 or 768971. OLE color: 768971.
HSL color Cylindrical-coordinate representation of color #CBBB0B: hue angle of 55º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBBB0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.20 |
| HSL | 55º | 0.9% | 0.42% | - |
| HSV(B) | 55º | 0.95% | 0.8% | - |
| XYZ | 42.46 | 48.26 | 7.39 | - |
| YUV | 171.72 | 37.3 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 11 | 0 | 0.08 | 0.95 | 0.20 | 55 | 0.9 | 0.42 |
| Hex | CB | BB | B | 0 | 8 | 5F | 14 | 37 | 5A | 2A |
| Octal | 313 | 273 | 13 | 0 | 10 | 137 | 24 | 67 | 132 | 52 |
| Binary | 11001011 | 10111011 | 1011 | 0 | 1000 | 1011111 | 10100 | 110111 | 1011010 | 101010 |
Color Harmonies of #CBBB0B
Complementary color
Monochromatic Colors of #CBBB0B
Black with #CBBB0B
Text Example
Text Example
White with #CBBB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB0B; }
p { color: rgb(203,187,11); }
H1.HeaderClassName
{
color: #CBBB0B;
}
.AnyTagClassName
{
color: #CBBB0B;
}
</style>
background-color css
<style>
a { background-color: #CBBB0B; }
a { background-color: rgb(203,187,11); }
div.DivClassName
{
background-color: #CBBB0B;
}
.BgClassName
{
background-color: #CBBB0B;
}
</style>
border-color css
<style>
span { border-color: #CBBB0B; }
span { border-color: rgb(203,187,11); }
td.TdClassName
{
border-color: #CBBB0B;
}
.TagClassName
{
border-color: #CBBB0B;
}
</style>