Shades of Bird Flower #CBB710
Tints of Bird Flower #CBB710
RGB
CMYK
RGB Variations
Color information
#CBB710 (or 0xCBB710) is known color: Bird Flower. HEX triplet: CB, B7 and 10. RGB value is (203,183,16). Sum of RGB (Red+Green+Blue) = 203+183+16=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB710 is #3448EF. Grayscale: #AAAAAA. Windows color (decimal): -3426544 or 1095627. OLE color: 1095627.
HSL color Cylindrical-coordinate representation of color #CBB710: hue angle of 53.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBB710 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 16 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.20 |
| HSL | 53.58º | 0.85% | 0.43% | - |
| HSV(B) | 53.58º | 0.92% | 0.8% | - |
| XYZ | 41.66 | 46.6 | 7.29 | - |
| YUV | 169.94 | 41.13 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 16 | 0 | 0.10 | 0.92 | 0.20 | 53.58 | 0.85 | 0.43 |
| Hex | CB | B7 | 10 | 0 | A | 5C | 14 | 36 | 55 | 2B |
| Octal | 313 | 267 | 20 | 0 | 12 | 134 | 24 | 66 | 125 | 53 |
| Binary | 11001011 | 10110111 | 10000 | 0 | 1010 | 1011100 | 10100 | 110110 | 1010101 | 101011 |
Color Harmonies of #CBB710
Complementary color
Monochromatic Colors of #CBB710
Black with #CBB710
Text Example
Text Example
White with #CBB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB710; }
p { color: rgb(203,183,16); }
H1.HeaderClassName
{
color: #CBB710;
}
.AnyTagClassName
{
color: #CBB710;
}
</style>
background-color css
<style>
a { background-color: #CBB710; }
a { background-color: rgb(203,183,16); }
div.DivClassName
{
background-color: #CBB710;
}
.BgClassName
{
background-color: #CBB710;
}
</style>
border-color css
<style>
span { border-color: #CBB710; }
span { border-color: rgb(203,183,16); }
td.TdClassName
{
border-color: #CBB710;
}
.TagClassName
{
border-color: #CBB710;
}
</style>