Shades of Bird Flower #CBB311
Tints of Bird Flower #CBB311
RGB
CMYK
RGB Variations
Color information
#CBB311 (or 0xCBB311) is known color: Bird Flower. HEX triplet: CB, B3 and 11. RGB value is (203,179,17). Sum of RGB (Red+Green+Blue) = 203+179+17=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB311 is #344CEE. Grayscale: #A8A8A8. Windows color (decimal): -3427567 or 1160139. OLE color: 1160139.
HSL color Cylindrical-coordinate representation of color #CBB311: hue angle of 52.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBB311 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.20 |
| HSL | 52.26º | 0.85% | 0.43% | - |
| HSV(B) | 52.26º | 0.92% | 0.8% | - |
| XYZ | 40.85 | 44.98 | 7.06 | - |
| YUV | 167.71 | 42.95 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 17 | 0 | 0.12 | 0.92 | 0.20 | 52.26 | 0.85 | 0.43 |
| Hex | CB | B3 | 11 | 0 | C | 5C | 14 | 34 | 55 | 2B |
| Octal | 313 | 263 | 21 | 0 | 14 | 134 | 24 | 64 | 125 | 53 |
| Binary | 11001011 | 10110011 | 10001 | 0 | 1100 | 1011100 | 10100 | 110100 | 1010101 | 101011 |
Color Harmonies of #CBB311
Complementary color
Monochromatic Colors of #CBB311
Black with #CBB311
Text Example
Text Example
White with #CBB311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB311; }
p { color: rgb(203,179,17); }
H1.HeaderClassName
{
color: #CBB311;
}
.AnyTagClassName
{
color: #CBB311;
}
</style>
background-color css
<style>
a { background-color: #CBB311; }
a { background-color: rgb(203,179,17); }
div.DivClassName
{
background-color: #CBB311;
}
.BgClassName
{
background-color: #CBB311;
}
</style>
border-color css
<style>
span { border-color: #CBB311; }
span { border-color: rgb(203,179,17); }
td.TdClassName
{
border-color: #CBB311;
}
.TagClassName
{
border-color: #CBB311;
}
</style>