Shades of Bird Flower #CEBB0C
Tints of Bird Flower #CEBB0C
RGB
CMYK
RGB Variations
Color information
#CEBB0C (or 0xCEBB0C) is known color: Bird Flower. HEX triplet: CE, BB and 0C. RGB value is (206,187,12). Sum of RGB (Red+Green+Blue) = 206+187+12=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB0C is #3144F3. Grayscale: #ADADAD. Windows color (decimal): -3228916 or 834510. OLE color: 834510.
HSL color Cylindrical-coordinate representation of color #CEBB0C: hue angle of 54.12º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEBB0C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.19 |
| HSL | 54.12º | 0.89% | 0.43% | - |
| HSV(B) | 54.12º | 0.94% | 0.81% | - |
| XYZ | 43.29 | 48.69 | 7.46 | - |
| YUV | 172.73 | 37.29 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 12 | 0 | 0.09 | 0.94 | 0.19 | 54.12 | 0.89 | 0.43 |
| Hex | CE | BB | C | 0 | 9 | 5E | 13 | 36 | 59 | 2B |
| Octal | 316 | 273 | 14 | 0 | 11 | 136 | 23 | 66 | 131 | 53 |
| Binary | 11001110 | 10111011 | 1100 | 0 | 1001 | 1011110 | 10011 | 110110 | 1011001 | 101011 |
Color Harmonies of #CEBB0C
Complementary color
Monochromatic Colors of #CEBB0C
Black with #CEBB0C
Text Example
Text Example
White with #CEBB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB0C; }
p { color: rgb(206,187,12); }
H1.HeaderClassName
{
color: #CEBB0C;
}
.AnyTagClassName
{
color: #CEBB0C;
}
</style>
background-color css
<style>
a { background-color: #CEBB0C; }
a { background-color: rgb(206,187,12); }
div.DivClassName
{
background-color: #CEBB0C;
}
.BgClassName
{
background-color: #CEBB0C;
}
</style>
border-color css
<style>
span { border-color: #CEBB0C; }
span { border-color: rgb(206,187,12); }
td.TdClassName
{
border-color: #CEBB0C;
}
.TagClassName
{
border-color: #CEBB0C;
}
</style>