Shades of Bird Flower #CBBF0E
Tints of Bird Flower #CBBF0E
RGB
CMYK
RGB Variations
Color information
#CBBF0E (or 0xCBBF0E) is known color: Bird Flower. HEX triplet: CB, BF and 0E. RGB value is (203,191,14). Sum of RGB (Red+Green+Blue) = 203+191+14=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBF0E is #3440F1. Grayscale: #AFAFAF. Windows color (decimal): -3424498 or 966603. OLE color: 966603.
HSL color Cylindrical-coordinate representation of color #CBBF0E: hue angle of 56.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBBF0E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 14 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.20 |
| HSL | 56.19º | 0.87% | 0.43% | - |
| HSV(B) | 56.19º | 0.93% | 0.8% | - |
| XYZ | 43.34 | 49.99 | 7.78 | - |
| YUV | 174.41 | 37.48 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 14 | 0 | 0.06 | 0.93 | 0.20 | 56.19 | 0.87 | 0.43 |
| Hex | CB | BF | E | 0 | 6 | 5D | 14 | 38 | 57 | 2B |
| Octal | 313 | 277 | 16 | 0 | 6 | 135 | 24 | 70 | 127 | 53 |
| Binary | 11001011 | 10111111 | 1110 | 0 | 110 | 1011101 | 10100 | 111000 | 1010111 | 101011 |
Color Harmonies of #CBBF0E
Complementary color
Monochromatic Colors of #CBBF0E
Black with #CBBF0E
Text Example
Text Example
White with #CBBF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBF0E; }
p { color: rgb(203,191,14); }
H1.HeaderClassName
{
color: #CBBF0E;
}
.AnyTagClassName
{
color: #CBBF0E;
}
</style>
background-color css
<style>
a { background-color: #CBBF0E; }
a { background-color: rgb(203,191,14); }
div.DivClassName
{
background-color: #CBBF0E;
}
.BgClassName
{
background-color: #CBBF0E;
}
</style>
border-color css
<style>
span { border-color: #CBBF0E; }
span { border-color: rgb(203,191,14); }
td.TdClassName
{
border-color: #CBBF0E;
}
.TagClassName
{
border-color: #CBBF0E;
}
</style>