Shades of Bird Flower #CEBB13
Tints of Bird Flower #CEBB13
RGB
CMYK
RGB Variations
Color information
#CEBB13 (or 0xCEBB13) is known color: Bird Flower. HEX triplet: CE, BB and 13. RGB value is (206,187,19). Sum of RGB (Red+Green+Blue) = 206+187+19=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB13 is #3144EC. Grayscale: #AEAEAE. Windows color (decimal): -3228909 or 1293262. OLE color: 1293262.
HSL color Cylindrical-coordinate representation of color #CEBB13: hue angle of 53.9º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEBB13 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 19 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.19 |
| HSL | 53.9º | 0.83% | 0.44% | - |
| HSV(B) | 53.9º | 0.91% | 0.81% | - |
| XYZ | 43.34 | 48.71 | 7.73 | - |
| YUV | 173.53 | 40.79 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 19 | 0 | 0.09 | 0.91 | 0.19 | 53.9 | 0.83 | 0.44 |
| Hex | CE | BB | 13 | 0 | 9 | 5B | 13 | 36 | 53 | 2C |
| Octal | 316 | 273 | 23 | 0 | 11 | 133 | 23 | 66 | 123 | 54 |
| Binary | 11001110 | 10111011 | 10011 | 0 | 1001 | 1011011 | 10011 | 110110 | 1010011 | 101100 |
Color Harmonies of #CEBB13
Complementary color
Monochromatic Colors of #CEBB13
Black with #CEBB13
Text Example
Text Example
White with #CEBB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB13; }
p { color: rgb(206,187,19); }
H1.HeaderClassName
{
color: #CEBB13;
}
.AnyTagClassName
{
color: #CEBB13;
}
</style>
background-color css
<style>
a { background-color: #CEBB13; }
a { background-color: rgb(206,187,19); }
div.DivClassName
{
background-color: #CEBB13;
}
.BgClassName
{
background-color: #CEBB13;
}
</style>
border-color css
<style>
span { border-color: #CEBB13; }
span { border-color: rgb(206,187,19); }
td.TdClassName
{
border-color: #CEBB13;
}
.TagClassName
{
border-color: #CEBB13;
}
</style>