Shades of Bird Flower #CBB316
Tints of Bird Flower #CBB316
RGB
CMYK
RGB Variations
Color information
#CBB316 (or 0xCBB316) is known color: Bird Flower. HEX triplet: CB, B3 and 16. RGB value is (203,179,22). Sum of RGB (Red+Green+Blue) = 203+179+22=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB316 is #344CE9. Grayscale: #A8A8A8. Windows color (decimal): -3427562 or 1487819. OLE color: 1487819.
HSL color Cylindrical-coordinate representation of color #CBB316: hue angle of 52.04º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBB316 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 22 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.20 |
| HSL | 52.04º | 0.8% | 0.44% | - |
| HSV(B) | 52.04º | 0.89% | 0.8% | - |
| XYZ | 40.89 | 44.99 | 7.29 | - |
| YUV | 168.28 | 45.45 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 22 | 0 | 0.12 | 0.89 | 0.20 | 52.04 | 0.8 | 0.44 |
| Hex | CB | B3 | 16 | 0 | C | 59 | 14 | 34 | 50 | 2C |
| Octal | 313 | 263 | 26 | 0 | 14 | 131 | 24 | 64 | 120 | 54 |
| Binary | 11001011 | 10110011 | 10110 | 0 | 1100 | 1011001 | 10100 | 110100 | 1010000 | 101100 |
Color Harmonies of #CBB316
Complementary color
Monochromatic Colors of #CBB316
Black with #CBB316
Text Example
Text Example
White with #CBB316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB316; }
p { color: rgb(203,179,22); }
H1.HeaderClassName
{
color: #CBB316;
}
.AnyTagClassName
{
color: #CBB316;
}
</style>
background-color css
<style>
a { background-color: #CBB316; }
a { background-color: rgb(203,179,22); }
div.DivClassName
{
background-color: #CBB316;
}
.BgClassName
{
background-color: #CBB316;
}
</style>
border-color css
<style>
span { border-color: #CBB316; }
span { border-color: rgb(203,179,22); }
td.TdClassName
{
border-color: #CBB316;
}
.TagClassName
{
border-color: #CBB316;
}
</style>