Shades of Bird Flower #CBB615
Tints of Bird Flower #CBB615
RGB
CMYK
RGB Variations
Color information
#CBB615 (or 0xCBB615) is known color: Bird Flower. HEX triplet: CB, B6 and 15. RGB value is (203,182,21). Sum of RGB (Red+Green+Blue) = 203+182+21=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB615 is #3449EA. Grayscale: #AAAAAA. Windows color (decimal): -3426795 or 1423051. OLE color: 1423051.
HSL color Cylindrical-coordinate representation of color #CBB615: hue angle of 53.08º 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 #CBB615 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 21 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.20 |
| HSL | 53.08º | 0.81% | 0.44% | - |
| HSV(B) | 53.08º | 0.9% | 0.8% | - |
| XYZ | 41.49 | 46.21 | 7.44 | - |
| YUV | 169.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 21 | 0 | 0.10 | 0.90 | 0.20 | 53.08 | 0.81 | 0.44 |
| Hex | CB | B6 | 15 | 0 | A | 5A | 14 | 35 | 51 | 2C |
| Octal | 313 | 266 | 25 | 0 | 12 | 132 | 24 | 65 | 121 | 54 |
| Binary | 11001011 | 10110110 | 10101 | 0 | 1010 | 1011010 | 10100 | 110101 | 1010001 | 101100 |
Color Harmonies of #CBB615
Complementary color
Monochromatic Colors of #CBB615
Black with #CBB615
Text Example
Text Example
White with #CBB615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB615; }
p { color: rgb(203,182,21); }
H1.HeaderClassName
{
color: #CBB615;
}
.AnyTagClassName
{
color: #CBB615;
}
</style>
background-color css
<style>
a { background-color: #CBB615; }
a { background-color: rgb(203,182,21); }
div.DivClassName
{
background-color: #CBB615;
}
.BgClassName
{
background-color: #CBB615;
}
</style>
border-color css
<style>
span { border-color: #CBB615; }
span { border-color: rgb(203,182,21); }
td.TdClassName
{
border-color: #CBB615;
}
.TagClassName
{
border-color: #CBB615;
}
</style>