Shades of Bird Flower #CBB416
Tints of Bird Flower #CBB416
RGB
CMYK
RGB Variations
Color information
#CBB416 (or 0xCBB416) is known color: Bird Flower. HEX triplet: CB, B4 and 16. RGB value is (203,180,22). Sum of RGB (Red+Green+Blue) = 203+180+22=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB416 is #344BE9. Grayscale: #A9A9A9. Windows color (decimal): -3427306 or 1488075. OLE color: 1488075.
HSL color Cylindrical-coordinate representation of color #CBB416: hue angle of 52.38º 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 #CBB416 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 22 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.20 |
| HSL | 52.38º | 0.8% | 0.44% | - |
| HSV(B) | 52.38º | 0.89% | 0.8% | - |
| XYZ | 41.09 | 45.4 | 7.36 | - |
| YUV | 168.87 | 45.12 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 22 | 0 | 0.11 | 0.89 | 0.20 | 52.38 | 0.8 | 0.44 |
| Hex | CB | B4 | 16 | 0 | B | 59 | 14 | 34 | 50 | 2C |
| Octal | 313 | 264 | 26 | 0 | 13 | 131 | 24 | 64 | 120 | 54 |
| Binary | 11001011 | 10110100 | 10110 | 0 | 1011 | 1011001 | 10100 | 110100 | 1010000 | 101100 |
Color Harmonies of #CBB416
Complementary color
Monochromatic Colors of #CBB416
Black with #CBB416
Text Example
Text Example
White with #CBB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB416; }
p { color: rgb(203,180,22); }
H1.HeaderClassName
{
color: #CBB416;
}
.AnyTagClassName
{
color: #CBB416;
}
</style>
background-color css
<style>
a { background-color: #CBB416; }
a { background-color: rgb(203,180,22); }
div.DivClassName
{
background-color: #CBB416;
}
.BgClassName
{
background-color: #CBB416;
}
</style>
border-color css
<style>
span { border-color: #CBB416; }
span { border-color: rgb(203,180,22); }
td.TdClassName
{
border-color: #CBB416;
}
.TagClassName
{
border-color: #CBB416;
}
</style>