Shades of Bird Flower #CBB00B
Tints of Bird Flower #CBB00B
RGB
CMYK
RGB Variations
Color information
#CBB00B (or 0xCBB00B) is known color: Bird Flower. HEX triplet: CB, B0 and 0B. RGB value is (203,176,11). Sum of RGB (Red+Green+Blue) = 203+176+11=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB00B is #344FF4. Grayscale: #A5A5A5. Windows color (decimal): -3428341 or 766155. OLE color: 766155.
HSL color Cylindrical-coordinate representation of color #CBB00B: hue angle of 51.56º 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 #CBB00B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.20 |
| HSL | 51.56º | 0.9% | 0.42% | - |
| HSV(B) | 51.56º | 0.95% | 0.8% | - |
| XYZ | 40.21 | 43.77 | 6.65 | - |
| YUV | 165.26 | 40.95 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 11 | 0 | 0.13 | 0.95 | 0.20 | 51.56 | 0.9 | 0.42 |
| Hex | CB | B0 | B | 0 | D | 5F | 14 | 34 | 5A | 2A |
| Octal | 313 | 260 | 13 | 0 | 15 | 137 | 24 | 64 | 132 | 52 |
| Binary | 11001011 | 10110000 | 1011 | 0 | 1101 | 1011111 | 10100 | 110100 | 1011010 | 101010 |
Color Harmonies of #CBB00B
Complementary color
Monochromatic Colors of #CBB00B
Black with #CBB00B
Text Example
Text Example
White with #CBB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB00B; }
p { color: rgb(203,176,11); }
H1.HeaderClassName
{
color: #CBB00B;
}
.AnyTagClassName
{
color: #CBB00B;
}
</style>
background-color css
<style>
a { background-color: #CBB00B; }
a { background-color: rgb(203,176,11); }
div.DivClassName
{
background-color: #CBB00B;
}
.BgClassName
{
background-color: #CBB00B;
}
</style>
border-color css
<style>
span { border-color: #CBB00B; }
span { border-color: rgb(203,176,11); }
td.TdClassName
{
border-color: #CBB00B;
}
.TagClassName
{
border-color: #CBB00B;
}
</style>