Shades of Bird Flower #CBB515
Tints of Bird Flower #CBB515
RGB
CMYK
RGB Variations
Color information
#CBB515 (or 0xCBB515) is known color: Bird Flower. HEX triplet: CB, B5 and 15. RGB value is (203,181,21). Sum of RGB (Red+Green+Blue) = 203+181+21=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB515 is #344AEA. Grayscale: #AAAAAA. Windows color (decimal): -3427051 or 1422795. OLE color: 1422795.
HSL color Cylindrical-coordinate representation of color #CBB515: hue angle of 52.75º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBB515 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 21 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.20 |
| HSL | 52.75º | 0.81% | 0.44% | - |
| HSV(B) | 52.75º | 0.9% | 0.8% | - |
| XYZ | 41.29 | 45.8 | 7.37 | - |
| YUV | 169.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 21 | 0 | 0.11 | 0.90 | 0.20 | 52.75 | 0.81 | 0.44 |
| Hex | CB | B5 | 15 | 0 | B | 5A | 14 | 35 | 51 | 2C |
| Octal | 313 | 265 | 25 | 0 | 13 | 132 | 24 | 65 | 121 | 54 |
| Binary | 11001011 | 10110101 | 10101 | 0 | 1011 | 1011010 | 10100 | 110101 | 1010001 | 101100 |
Color Harmonies of #CBB515
Complementary color
Monochromatic Colors of #CBB515
Black with #CBB515
Text Example
Text Example
White with #CBB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB515; }
p { color: rgb(203,181,21); }
H1.HeaderClassName
{
color: #CBB515;
}
.AnyTagClassName
{
color: #CBB515;
}
</style>
background-color css
<style>
a { background-color: #CBB515; }
a { background-color: rgb(203,181,21); }
div.DivClassName
{
background-color: #CBB515;
}
.BgClassName
{
background-color: #CBB515;
}
</style>
border-color css
<style>
span { border-color: #CBB515; }
span { border-color: rgb(203,181,21); }
td.TdClassName
{
border-color: #CBB515;
}
.TagClassName
{
border-color: #CBB515;
}
</style>