Shades of Bird Flower #CEBB10
Tints of Bird Flower #CEBB10
RGB
CMYK
RGB Variations
Color information
#CEBB10 (or 0xCEBB10) is known color: Bird Flower. HEX triplet: CE, BB and 10. RGB value is (206,187,16). Sum of RGB (Red+Green+Blue) = 206+187+16=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB10 is #3144EF. Grayscale: #ADADAD. Windows color (decimal): -3228912 or 1096654. OLE color: 1096654.
HSL color Cylindrical-coordinate representation of color #CEBB10: hue angle of 54º degrees, saturation: 0.86, 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 #CEBB10 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 16 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.19 |
| HSL | 54º | 0.86% | 0.44% | - |
| HSV(B) | 54º | 0.92% | 0.81% | - |
| XYZ | 43.32 | 48.7 | 7.61 | - |
| YUV | 173.19 | 39.29 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 16 | 0 | 0.09 | 0.92 | 0.19 | 54 | 0.86 | 0.44 |
| Hex | CE | BB | 10 | 0 | 9 | 5C | 13 | 36 | 56 | 2C |
| Octal | 316 | 273 | 20 | 0 | 11 | 134 | 23 | 66 | 126 | 54 |
| Binary | 11001110 | 10111011 | 10000 | 0 | 1001 | 1011100 | 10011 | 110110 | 1010110 | 101100 |
Color Harmonies of #CEBB10
Complementary color
Monochromatic Colors of #CEBB10
Black with #CEBB10
Text Example
Text Example
White with #CEBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB10; }
p { color: rgb(206,187,16); }
H1.HeaderClassName
{
color: #CEBB10;
}
.AnyTagClassName
{
color: #CEBB10;
}
</style>
background-color css
<style>
a { background-color: #CEBB10; }
a { background-color: rgb(206,187,16); }
div.DivClassName
{
background-color: #CEBB10;
}
.BgClassName
{
background-color: #CEBB10;
}
</style>
border-color css
<style>
span { border-color: #CEBB10; }
span { border-color: rgb(206,187,16); }
td.TdClassName
{
border-color: #CEBB10;
}
.TagClassName
{
border-color: #CEBB10;
}
</style>