Shades of Bird Flower #CEB113
Tints of Bird Flower #CEB113
RGB
CMYK
RGB Variations
Color information
#CEB113 (or 0xCEB113) is known color: Bird Flower. HEX triplet: CE, B1 and 13. RGB value is (206,177,19). Sum of RGB (Red+Green+Blue) = 206+177+19=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB113 is #314EEC. Grayscale: #A8A8A8. Windows color (decimal): -3231469 or 1290702. OLE color: 1290702.
HSL color Cylindrical-coordinate representation of color #CEB113: hue angle of 50.7º 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 #CEB113 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 19 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.19 |
| HSL | 50.7º | 0.83% | 0.44% | - |
| HSV(B) | 50.7º | 0.91% | 0.81% | - |
| XYZ | 41.29 | 44.61 | 7.05 | - |
| YUV | 167.66 | 44.11 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 19 | 0 | 0.14 | 0.91 | 0.19 | 50.7 | 0.83 | 0.44 |
| Hex | CE | B1 | 13 | 0 | E | 5B | 13 | 33 | 53 | 2C |
| Octal | 316 | 261 | 23 | 0 | 16 | 133 | 23 | 63 | 123 | 54 |
| Binary | 11001110 | 10110001 | 10011 | 0 | 1110 | 1011011 | 10011 | 110011 | 1010011 | 101100 |
Color Harmonies of #CEB113
Complementary color
Monochromatic Colors of #CEB113
Black with #CEB113
Text Example
Text Example
White with #CEB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB113; }
p { color: rgb(206,177,19); }
H1.HeaderClassName
{
color: #CEB113;
}
.AnyTagClassName
{
color: #CEB113;
}
</style>
background-color css
<style>
a { background-color: #CEB113; }
a { background-color: rgb(206,177,19); }
div.DivClassName
{
background-color: #CEB113;
}
.BgClassName
{
background-color: #CEB113;
}
</style>
border-color css
<style>
span { border-color: #CEB113; }
span { border-color: rgb(206,177,19); }
td.TdClassName
{
border-color: #CEB113;
}
.TagClassName
{
border-color: #CEB113;
}
</style>