Shades of Bird Flower #CBB512
Tints of Bird Flower #CBB512
RGB
CMYK
RGB Variations
Color information
#CBB512 (or 0xCBB512) is known color: Bird Flower. HEX triplet: CB, B5 and 12. RGB value is (203,181,18). Sum of RGB (Red+Green+Blue) = 203+181+18=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB512 is #344AED. Grayscale: #A9A9A9. Windows color (decimal): -3427054 or 1226187. OLE color: 1226187.
HSL color Cylindrical-coordinate representation of color #CBB512: hue angle of 52.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBB512 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 18 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.20 |
| HSL | 52.86º | 0.84% | 0.43% | - |
| HSV(B) | 52.86º | 0.91% | 0.8% | - |
| XYZ | 41.26 | 45.79 | 7.24 | - |
| YUV | 169 | 42.79 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 18 | 0 | 0.11 | 0.91 | 0.20 | 52.86 | 0.84 | 0.43 |
| Hex | CB | B5 | 12 | 0 | B | 5B | 14 | 35 | 54 | 2B |
| Octal | 313 | 265 | 22 | 0 | 13 | 133 | 24 | 65 | 124 | 53 |
| Binary | 11001011 | 10110101 | 10010 | 0 | 1011 | 1011011 | 10100 | 110101 | 1010100 | 101011 |
Color Harmonies of #CBB512
Complementary color
Monochromatic Colors of #CBB512
Black with #CBB512
Text Example
Text Example
White with #CBB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB512; }
p { color: rgb(203,181,18); }
H1.HeaderClassName
{
color: #CBB512;
}
.AnyTagClassName
{
color: #CBB512;
}
</style>
background-color css
<style>
a { background-color: #CBB512; }
a { background-color: rgb(203,181,18); }
div.DivClassName
{
background-color: #CBB512;
}
.BgClassName
{
background-color: #CBB512;
}
</style>
border-color css
<style>
span { border-color: #CBB512; }
span { border-color: rgb(203,181,18); }
td.TdClassName
{
border-color: #CBB512;
}
.TagClassName
{
border-color: #CBB512;
}
</style>