Shades of Bird Flower #CEBB0B
Tints of Bird Flower #CEBB0B
RGB
CMYK
RGB Variations
Color information
#CEBB0B (or 0xCEBB0B) is known color: Bird Flower. HEX triplet: CE, BB and 0B. RGB value is (206,187,11). Sum of RGB (Red+Green+Blue) = 206+187+11=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB0B is #3144F4. Grayscale: #ADADAD. Windows color (decimal): -3228917 or 768974. OLE color: 768974.
HSL color Cylindrical-coordinate representation of color #CEBB0B: hue angle of 54.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEBB0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.19 |
| HSL | 54.15º | 0.9% | 0.43% | - |
| HSV(B) | 54.15º | 0.95% | 0.81% | - |
| XYZ | 43.28 | 48.69 | 7.43 | - |
| YUV | 172.62 | 36.79 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 11 | 0 | 0.09 | 0.95 | 0.19 | 54.15 | 0.9 | 0.43 |
| Hex | CE | BB | B | 0 | 9 | 5F | 13 | 36 | 5A | 2B |
| Octal | 316 | 273 | 13 | 0 | 11 | 137 | 23 | 66 | 132 | 53 |
| Binary | 11001110 | 10111011 | 1011 | 0 | 1001 | 1011111 | 10011 | 110110 | 1011010 | 101011 |
Color Harmonies of #CEBB0B
Complementary color
Monochromatic Colors of #CEBB0B
Black with #CEBB0B
Text Example
Text Example
White with #CEBB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB0B; }
p { color: rgb(206,187,11); }
H1.HeaderClassName
{
color: #CEBB0B;
}
.AnyTagClassName
{
color: #CEBB0B;
}
</style>
background-color css
<style>
a { background-color: #CEBB0B; }
a { background-color: rgb(206,187,11); }
div.DivClassName
{
background-color: #CEBB0B;
}
.BgClassName
{
background-color: #CEBB0B;
}
</style>
border-color css
<style>
span { border-color: #CEBB0B; }
span { border-color: rgb(206,187,11); }
td.TdClassName
{
border-color: #CEBB0B;
}
.TagClassName
{
border-color: #CEBB0B;
}
</style>