Shades of Bird Flower #CEBB11
Tints of Bird Flower #CEBB11
RGB
CMYK
RGB Variations
Color information
#CEBB11 (or 0xCEBB11) is known color: Bird Flower. HEX triplet: CE, BB and 11. RGB value is (206,187,17). Sum of RGB (Red+Green+Blue) = 206+187+17=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB11 is #3144EE. Grayscale: #AEAEAE. Windows color (decimal): -3228911 or 1162190. OLE color: 1162190.
HSL color Cylindrical-coordinate representation of color #CEBB11: hue angle of 53.97º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEBB11 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 17 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.19 |
| HSL | 53.97º | 0.85% | 0.44% | - |
| HSV(B) | 53.97º | 0.92% | 0.81% | - |
| XYZ | 43.33 | 48.7 | 7.65 | - |
| YUV | 173.3 | 39.79 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 17 | 0 | 0.09 | 0.92 | 0.19 | 53.97 | 0.85 | 0.44 |
| Hex | CE | BB | 11 | 0 | 9 | 5C | 13 | 36 | 55 | 2C |
| Octal | 316 | 273 | 21 | 0 | 11 | 134 | 23 | 66 | 125 | 54 |
| Binary | 11001110 | 10111011 | 10001 | 0 | 1001 | 1011100 | 10011 | 110110 | 1010101 | 101100 |
Color Harmonies of #CEBB11
Complementary color
Monochromatic Colors of #CEBB11
Black with #CEBB11
Text Example
Text Example
White with #CEBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB11; }
p { color: rgb(206,187,17); }
H1.HeaderClassName
{
color: #CEBB11;
}
.AnyTagClassName
{
color: #CEBB11;
}
</style>
background-color css
<style>
a { background-color: #CEBB11; }
a { background-color: rgb(206,187,17); }
div.DivClassName
{
background-color: #CEBB11;
}
.BgClassName
{
background-color: #CEBB11;
}
</style>
border-color css
<style>
span { border-color: #CEBB11; }
span { border-color: rgb(206,187,17); }
td.TdClassName
{
border-color: #CEBB11;
}
.TagClassName
{
border-color: #CEBB11;
}
</style>