Shades of Bird Flower #CEB114
Tints of Bird Flower #CEB114
RGB
CMYK
RGB Variations
Color information
#CEB114 (or 0xCEB114) is known color: Bird Flower. HEX triplet: CE, B1 and 14. RGB value is (206,177,20). Sum of RGB (Red+Green+Blue) = 206+177+20=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB114 is #314EEB. Grayscale: #A8A8A8. Windows color (decimal): -3231468 or 1356238. OLE color: 1356238.
HSL color Cylindrical-coordinate representation of color #CEB114: hue angle of 50.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEB114 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 20 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.19 |
| HSL | 50.65º | 0.82% | 0.44% | - |
| HSV(B) | 50.65º | 0.9% | 0.81% | - |
| XYZ | 41.3 | 44.62 | 7.1 | - |
| YUV | 167.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 20 | 0 | 0.14 | 0.90 | 0.19 | 50.65 | 0.82 | 0.44 |
| Hex | CE | B1 | 14 | 0 | E | 5A | 13 | 33 | 52 | 2C |
| Octal | 316 | 261 | 24 | 0 | 16 | 132 | 23 | 63 | 122 | 54 |
| Binary | 11001110 | 10110001 | 10100 | 0 | 1110 | 1011010 | 10011 | 110011 | 1010010 | 101100 |
Color Harmonies of #CEB114
Complementary color
Monochromatic Colors of #CEB114
Black with #CEB114
Text Example
Text Example
White with #CEB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB114; }
p { color: rgb(206,177,20); }
H1.HeaderClassName
{
color: #CEB114;
}
.AnyTagClassName
{
color: #CEB114;
}
</style>
background-color css
<style>
a { background-color: #CEB114; }
a { background-color: rgb(206,177,20); }
div.DivClassName
{
background-color: #CEB114;
}
.BgClassName
{
background-color: #CEB114;
}
</style>
border-color css
<style>
span { border-color: #CEB114; }
span { border-color: rgb(206,177,20); }
td.TdClassName
{
border-color: #CEB114;
}
.TagClassName
{
border-color: #CEB114;
}
</style>