Shades of Bird Flower #CBB70B
Tints of Bird Flower #CBB70B
RGB
CMYK
RGB Variations
Color information
#CBB70B (or 0xCBB70B) is known color: Bird Flower. HEX triplet: CB, B7 and 0B. RGB value is (203,183,11). Sum of RGB (Red+Green+Blue) = 203+183+11=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB70B is #3448F4. Grayscale: #AAAAAA. Windows color (decimal): -3426549 or 767947. OLE color: 767947.
HSL color Cylindrical-coordinate representation of color #CBB70B: hue angle of 53.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBB70B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.20 |
| HSL | 53.75º | 0.9% | 0.42% | - |
| HSV(B) | 53.75º | 0.95% | 0.8% | - |
| XYZ | 41.62 | 46.59 | 7.12 | - |
| YUV | 169.37 | 38.63 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 11 | 0 | 0.10 | 0.95 | 0.20 | 53.75 | 0.9 | 0.42 |
| Hex | CB | B7 | B | 0 | A | 5F | 14 | 36 | 5A | 2A |
| Octal | 313 | 267 | 13 | 0 | 12 | 137 | 24 | 66 | 132 | 52 |
| Binary | 11001011 | 10110111 | 1011 | 0 | 1010 | 1011111 | 10100 | 110110 | 1011010 | 101010 |
Color Harmonies of #CBB70B
Complementary color
Monochromatic Colors of #CBB70B
Black with #CBB70B
Text Example
Text Example
White with #CBB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB70B; }
p { color: rgb(203,183,11); }
H1.HeaderClassName
{
color: #CBB70B;
}
.AnyTagClassName
{
color: #CBB70B;
}
</style>
background-color css
<style>
a { background-color: #CBB70B; }
a { background-color: rgb(203,183,11); }
div.DivClassName
{
background-color: #CBB70B;
}
.BgClassName
{
background-color: #CBB70B;
}
</style>
border-color css
<style>
span { border-color: #CBB70B; }
span { border-color: rgb(203,183,11); }
td.TdClassName
{
border-color: #CBB70B;
}
.TagClassName
{
border-color: #CBB70B;
}
</style>