Shades of Bird Flower #CBB10B
Tints of Bird Flower #CBB10B
RGB
CMYK
RGB Variations
Color information
#CBB10B (or 0xCBB10B) is known color: Bird Flower. HEX triplet: CB, B1 and 0B. RGB value is (203,177,11). Sum of RGB (Red+Green+Blue) = 203+177+11=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB10B is #344EF4. Grayscale: #A6A6A6. Windows color (decimal): -3428085 or 766411. OLE color: 766411.
HSL color Cylindrical-coordinate representation of color #CBB10B: hue angle of 51.88º 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 #CBB10B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.20 |
| HSL | 51.88º | 0.9% | 0.42% | - |
| HSV(B) | 51.88º | 0.95% | 0.8% | - |
| XYZ | 40.41 | 44.16 | 6.71 | - |
| YUV | 165.85 | 40.61 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 11 | 0 | 0.13 | 0.95 | 0.20 | 51.88 | 0.9 | 0.42 |
| Hex | CB | B1 | B | 0 | D | 5F | 14 | 34 | 5A | 2A |
| Octal | 313 | 261 | 13 | 0 | 15 | 137 | 24 | 64 | 132 | 52 |
| Binary | 11001011 | 10110001 | 1011 | 0 | 1101 | 1011111 | 10100 | 110100 | 1011010 | 101010 |
Color Harmonies of #CBB10B
Complementary color
Monochromatic Colors of #CBB10B
Black with #CBB10B
Text Example
Text Example
White with #CBB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB10B; }
p { color: rgb(203,177,11); }
H1.HeaderClassName
{
color: #CBB10B;
}
.AnyTagClassName
{
color: #CBB10B;
}
</style>
background-color css
<style>
a { background-color: #CBB10B; }
a { background-color: rgb(203,177,11); }
div.DivClassName
{
background-color: #CBB10B;
}
.BgClassName
{
background-color: #CBB10B;
}
</style>
border-color css
<style>
span { border-color: #CBB10B; }
span { border-color: rgb(203,177,11); }
td.TdClassName
{
border-color: #CBB10B;
}
.TagClassName
{
border-color: #CBB10B;
}
</style>