Shades of Bird Flower #CBB310
Tints of Bird Flower #CBB310
RGB
CMYK
RGB Variations
Color information
#CBB310 (or 0xCBB310) is known color: Bird Flower. HEX triplet: CB, B3 and 10. RGB value is (203,179,16). Sum of RGB (Red+Green+Blue) = 203+179+16=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB310 is #344CEF. Grayscale: #A8A8A8. Windows color (decimal): -3427568 or 1094603. OLE color: 1094603.
HSL color Cylindrical-coordinate representation of color #CBB310: hue angle of 52.3º 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 #CBB310 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.20 |
| HSL | 52.3º | 0.85% | 0.43% | - |
| HSV(B) | 52.3º | 0.92% | 0.8% | - |
| XYZ | 40.84 | 44.97 | 7.02 | - |
| YUV | 167.59 | 42.45 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 16 | 0 | 0.12 | 0.92 | 0.20 | 52.3 | 0.85 | 0.43 |
| Hex | CB | B3 | 10 | 0 | C | 5C | 14 | 34 | 55 | 2B |
| Octal | 313 | 263 | 20 | 0 | 14 | 134 | 24 | 64 | 125 | 53 |
| Binary | 11001011 | 10110011 | 10000 | 0 | 1100 | 1011100 | 10100 | 110100 | 1010101 | 101011 |
Color Harmonies of #CBB310
Complementary color
Monochromatic Colors of #CBB310
Black with #CBB310
Text Example
Text Example
White with #CBB310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB310; }
p { color: rgb(203,179,16); }
H1.HeaderClassName
{
color: #CBB310;
}
.AnyTagClassName
{
color: #CBB310;
}
</style>
background-color css
<style>
a { background-color: #CBB310; }
a { background-color: rgb(203,179,16); }
div.DivClassName
{
background-color: #CBB310;
}
.BgClassName
{
background-color: #CBB310;
}
</style>
border-color css
<style>
span { border-color: #CBB310; }
span { border-color: rgb(203,179,16); }
td.TdClassName
{
border-color: #CBB310;
}
.TagClassName
{
border-color: #CBB310;
}
</style>