Shades of Bird Flower #CEB814
Tints of Bird Flower #CEB814
RGB
CMYK
RGB Variations
Color information
#CEB814 (or 0xCEB814) is known color: Bird Flower. HEX triplet: CE, B8 and 14. RGB value is (206,184,20). Sum of RGB (Red+Green+Blue) = 206+184+20=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB814 is #3147EB. Grayscale: #ACACAC. Windows color (decimal): -3229676 or 1358030. OLE color: 1358030.
HSL color Cylindrical-coordinate representation of color #CEB814: hue angle of 52.9º 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 #CEB814 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 20 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.19 |
| HSL | 52.9º | 0.82% | 0.44% | - |
| HSV(B) | 52.9º | 0.9% | 0.81% | - |
| XYZ | 42.72 | 47.45 | 7.57 | - |
| YUV | 171.88 | 42.29 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 20 | 0 | 0.11 | 0.90 | 0.19 | 52.9 | 0.82 | 0.44 |
| Hex | CE | B8 | 14 | 0 | B | 5A | 13 | 35 | 52 | 2C |
| Octal | 316 | 270 | 24 | 0 | 13 | 132 | 23 | 65 | 122 | 54 |
| Binary | 11001110 | 10111000 | 10100 | 0 | 1011 | 1011010 | 10011 | 110101 | 1010010 | 101100 |
Color Harmonies of #CEB814
Complementary color
Monochromatic Colors of #CEB814
Black with #CEB814
Text Example
Text Example
White with #CEB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB814; }
p { color: rgb(206,184,20); }
H1.HeaderClassName
{
color: #CEB814;
}
.AnyTagClassName
{
color: #CEB814;
}
</style>
background-color css
<style>
a { background-color: #CEB814; }
a { background-color: rgb(206,184,20); }
div.DivClassName
{
background-color: #CEB814;
}
.BgClassName
{
background-color: #CEB814;
}
</style>
border-color css
<style>
span { border-color: #CEB814; }
span { border-color: rgb(206,184,20); }
td.TdClassName
{
border-color: #CEB814;
}
.TagClassName
{
border-color: #CEB814;
}
</style>