Shades of Bird Flower #CBB211
Tints of Bird Flower #CBB211
RGB
CMYK
RGB Variations
Color information
#CBB211 (or 0xCBB211) is known color: Bird Flower. HEX triplet: CB, B2 and 11. RGB value is (203,178,17). Sum of RGB (Red+Green+Blue) = 203+178+17=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB211 is #344DEE. Grayscale: #A7A7A7. Windows color (decimal): -3427823 or 1159883. OLE color: 1159883.
HSL color Cylindrical-coordinate representation of color #CBB211: hue angle of 51.94º 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 #CBB211 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.20 |
| HSL | 51.94º | 0.85% | 0.43% | - |
| HSV(B) | 51.94º | 0.92% | 0.8% | - |
| XYZ | 40.65 | 44.58 | 6.99 | - |
| YUV | 167.12 | 43.28 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 17 | 0 | 0.12 | 0.92 | 0.20 | 51.94 | 0.85 | 0.43 |
| Hex | CB | B2 | 11 | 0 | C | 5C | 14 | 34 | 55 | 2B |
| Octal | 313 | 262 | 21 | 0 | 14 | 134 | 24 | 64 | 125 | 53 |
| Binary | 11001011 | 10110010 | 10001 | 0 | 1100 | 1011100 | 10100 | 110100 | 1010101 | 101011 |
Color Harmonies of #CBB211
Complementary color
Monochromatic Colors of #CBB211
Black with #CBB211
Text Example
Text Example
White with #CBB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB211; }
p { color: rgb(203,178,17); }
H1.HeaderClassName
{
color: #CBB211;
}
.AnyTagClassName
{
color: #CBB211;
}
</style>
background-color css
<style>
a { background-color: #CBB211; }
a { background-color: rgb(203,178,17); }
div.DivClassName
{
background-color: #CBB211;
}
.BgClassName
{
background-color: #CBB211;
}
</style>
border-color css
<style>
span { border-color: #CBB211; }
span { border-color: rgb(203,178,17); }
td.TdClassName
{
border-color: #CBB211;
}
.TagClassName
{
border-color: #CBB211;
}
</style>