Shades of Bird Flower #CEB91E
Tints of Bird Flower #CEB91E
RGB
CMYK
RGB Variations
Color information
#CEB91E (or 0xCEB91E) is known color: Bird Flower. HEX triplet: CE, B9 and 1E. RGB value is (206,185,30). Sum of RGB (Red+Green+Blue) = 206+185+30=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB91E is #3146E1. Grayscale: #AEAEAE. Windows color (decimal): -3229410 or 2013646. OLE color: 2013646.
HSL color Cylindrical-coordinate representation of color #CEB91E: hue angle of 52.84º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEB91E is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 30 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.19 |
| HSL | 52.84º | 0.75% | 0.46% | - |
| HSV(B) | 52.84º | 0.85% | 0.81% | - |
| XYZ | 43.04 | 47.91 | 8.21 | - |
| YUV | 173.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 30 | 0 | 0.10 | 0.85 | 0.19 | 52.84 | 0.75 | 0.46 |
| Hex | CE | B9 | 1E | 0 | A | 55 | 13 | 35 | 4B | 2E |
| Octal | 316 | 271 | 36 | 0 | 12 | 125 | 23 | 65 | 113 | 56 |
| Binary | 11001110 | 10111001 | 11110 | 0 | 1010 | 1010101 | 10011 | 110101 | 1001011 | 101110 |
Color Harmonies of #CEB91E
Complementary color
Monochromatic Colors of #CEB91E
Black with #CEB91E
Text Example
Text Example
White with #CEB91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB91E; }
p { color: rgb(206,185,30); }
H1.HeaderClassName
{
color: #CEB91E;
}
.AnyTagClassName
{
color: #CEB91E;
}
</style>
background-color css
<style>
a { background-color: #CEB91E; }
a { background-color: rgb(206,185,30); }
div.DivClassName
{
background-color: #CEB91E;
}
.BgClassName
{
background-color: #CEB91E;
}
</style>
border-color css
<style>
span { border-color: #CEB91E; }
span { border-color: rgb(206,185,30); }
td.TdClassName
{
border-color: #CEB91E;
}
.TagClassName
{
border-color: #CEB91E;
}
</style>