Shades of Bird Flower #CEB811
Tints of Bird Flower #CEB811
RGB
CMYK
RGB Variations
Color information
#CEB811 (or 0xCEB811) is known color: Bird Flower. HEX triplet: CE, B8 and 11. RGB value is (206,184,17). Sum of RGB (Red+Green+Blue) = 206+184+17=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB811 is #3147EE. Grayscale: #ACACAC. Windows color (decimal): -3229679 or 1161422. OLE color: 1161422.
HSL color Cylindrical-coordinate representation of color #CEB811: hue angle of 53.02º 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 #CEB811 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 17 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.19 |
| HSL | 53.02º | 0.85% | 0.44% | - |
| HSV(B) | 53.02º | 0.92% | 0.81% | - |
| XYZ | 42.7 | 47.44 | 7.44 | - |
| YUV | 171.54 | 40.79 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 17 | 0 | 0.11 | 0.92 | 0.19 | 53.02 | 0.85 | 0.44 |
| Hex | CE | B8 | 11 | 0 | B | 5C | 13 | 35 | 55 | 2C |
| Octal | 316 | 270 | 21 | 0 | 13 | 134 | 23 | 65 | 125 | 54 |
| Binary | 11001110 | 10111000 | 10001 | 0 | 1011 | 1011100 | 10011 | 110101 | 1010101 | 101100 |
Color Harmonies of #CEB811
Complementary color
Monochromatic Colors of #CEB811
Black with #CEB811
Text Example
Text Example
White with #CEB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB811; }
p { color: rgb(206,184,17); }
H1.HeaderClassName
{
color: #CEB811;
}
.AnyTagClassName
{
color: #CEB811;
}
</style>
background-color css
<style>
a { background-color: #CEB811; }
a { background-color: rgb(206,184,17); }
div.DivClassName
{
background-color: #CEB811;
}
.BgClassName
{
background-color: #CEB811;
}
</style>
border-color css
<style>
span { border-color: #CEB811; }
span { border-color: rgb(206,184,17); }
td.TdClassName
{
border-color: #CEB811;
}
.TagClassName
{
border-color: #CEB811;
}
</style>