Shades of Bird Flower #CEBB12
Tints of Bird Flower #CEBB12
RGB
CMYK
RGB Variations
Color information
#CEBB12 (or 0xCEBB12) is known color: Bird Flower. HEX triplet: CE, BB and 12. RGB value is (206,187,18). Sum of RGB (Red+Green+Blue) = 206+187+18=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBB12 is #3144ED. Grayscale: #AEAEAE. Windows color (decimal): -3228910 or 1227726. OLE color: 1227726.
HSL color Cylindrical-coordinate representation of color #CEBB12: hue angle of 53.94º degrees, saturation: 0.84, 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 #CEBB12 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 18 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.19 |
| HSL | 53.94º | 0.84% | 0.44% | - |
| HSV(B) | 53.94º | 0.91% | 0.81% | - |
| XYZ | 43.33 | 48.71 | 7.69 | - |
| YUV | 173.42 | 40.29 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 18 | 0 | 0.09 | 0.91 | 0.19 | 53.94 | 0.84 | 0.44 |
| Hex | CE | BB | 12 | 0 | 9 | 5B | 13 | 36 | 54 | 2C |
| Octal | 316 | 273 | 22 | 0 | 11 | 133 | 23 | 66 | 124 | 54 |
| Binary | 11001110 | 10111011 | 10010 | 0 | 1001 | 1011011 | 10011 | 110110 | 1010100 | 101100 |
Color Harmonies of #CEBB12
Complementary color
Monochromatic Colors of #CEBB12
Black with #CEBB12
Text Example
Text Example
White with #CEBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB12; }
p { color: rgb(206,187,18); }
H1.HeaderClassName
{
color: #CEBB12;
}
.AnyTagClassName
{
color: #CEBB12;
}
</style>
background-color css
<style>
a { background-color: #CEBB12; }
a { background-color: rgb(206,187,18); }
div.DivClassName
{
background-color: #CEBB12;
}
.BgClassName
{
background-color: #CEBB12;
}
</style>
border-color css
<style>
span { border-color: #CEBB12; }
span { border-color: rgb(206,187,18); }
td.TdClassName
{
border-color: #CEBB12;
}
.TagClassName
{
border-color: #CEBB12;
}
</style>