Shades of Bird Flower #CEB111
Tints of Bird Flower #CEB111
RGB
CMYK
RGB Variations
Color information
#CEB111 (or 0xCEB111) is known color: Bird Flower. HEX triplet: CE, B1 and 11. RGB value is (206,177,17). Sum of RGB (Red+Green+Blue) = 206+177+17=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB111 is #314EEE. Grayscale: #A8A8A8. Windows color (decimal): -3231471 or 1159630. OLE color: 1159630.
HSL color Cylindrical-coordinate representation of color #CEB111: hue angle of 50.79º 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 #CEB111 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 17 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.19 |
| HSL | 50.79º | 0.85% | 0.44% | - |
| HSV(B) | 50.79º | 0.92% | 0.81% | - |
| XYZ | 41.28 | 44.61 | 6.96 | - |
| YUV | 167.43 | 43.11 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 17 | 0 | 0.14 | 0.92 | 0.19 | 50.79 | 0.85 | 0.44 |
| Hex | CE | B1 | 11 | 0 | E | 5C | 13 | 33 | 55 | 2C |
| Octal | 316 | 261 | 21 | 0 | 16 | 134 | 23 | 63 | 125 | 54 |
| Binary | 11001110 | 10110001 | 10001 | 0 | 1110 | 1011100 | 10011 | 110011 | 1010101 | 101100 |
Color Harmonies of #CEB111
Complementary color
Monochromatic Colors of #CEB111
Black with #CEB111
Text Example
Text Example
White with #CEB111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB111; }
p { color: rgb(206,177,17); }
H1.HeaderClassName
{
color: #CEB111;
}
.AnyTagClassName
{
color: #CEB111;
}
</style>
background-color css
<style>
a { background-color: #CEB111; }
a { background-color: rgb(206,177,17); }
div.DivClassName
{
background-color: #CEB111;
}
.BgClassName
{
background-color: #CEB111;
}
</style>
border-color css
<style>
span { border-color: #CEB111; }
span { border-color: rgb(206,177,17); }
td.TdClassName
{
border-color: #CEB111;
}
.TagClassName
{
border-color: #CEB111;
}
</style>