Shades of Bird Flower #CEBB00
Tints of Bird Flower #CEBB00
RGB
CMYK
RGB Variations
Color information
#CEBB00 (or 0xCEBB00) is known color: Bird Flower. HEX triplet: CE, BB and 00. RGB value is (206,187,0). Sum of RGB (Red+Green+Blue) = 206+187+0=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB00 is #3144FF. Grayscale: #ACACAC. Windows color (decimal): -3228928 or 48078. OLE color: 48078.
HSL color Cylindrical-coordinate representation of color #CEBB00: hue angle of 54.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEBB00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.19 |
| HSL | 54.47º | 1% | 0.4% | - |
| HSV(B) | 54.47º | 1% | 0.81% | - |
| XYZ | 43.22 | 48.66 | 7.11 | - |
| YUV | 171.36 | 31.29 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 0 | 0 | 0.09 | 1 | 0.19 | 54.47 | 1 | 0.4 |
| Hex | CE | BB | 0 | 0 | 9 | 64 | 13 | 36 | 64 | 28 |
| Octal | 316 | 273 | 0 | 0 | 11 | 144 | 23 | 66 | 144 | 50 |
| Binary | 11001110 | 10111011 | 0 | 0 | 1001 | 1100100 | 10011 | 110110 | 1100100 | 101000 |
Color Harmonies of #CEBB00
Complementary color
Monochromatic Colors of #CEBB00
Black with #CEBB00
Text Example
Text Example
White with #CEBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB00; }
p { color: rgb(206,187,0); }
H1.HeaderClassName
{
color: #CEBB00;
}
.AnyTagClassName
{
color: #CEBB00;
}
</style>
background-color css
<style>
a { background-color: #CEBB00; }
a { background-color: rgb(206,187,0); }
div.DivClassName
{
background-color: #CEBB00;
}
.BgClassName
{
background-color: #CEBB00;
}
</style>
border-color css
<style>
span { border-color: #CEBB00; }
span { border-color: rgb(206,187,0); }
td.TdClassName
{
border-color: #CEBB00;
}
.TagClassName
{
border-color: #CEBB00;
}
</style>