Shades of Bird Flower #CEB90D
Tints of Bird Flower #CEB90D
RGB
CMYK
RGB Variations
Color information
#CEB90D (or 0xCEB90D) is known color: Bird Flower. HEX triplet: CE, B9 and 0D. RGB value is (206,185,13). Sum of RGB (Red+Green+Blue) = 206+185+13=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB90D is #3146F2. Grayscale: #ACACAC. Windows color (decimal): -3229427 or 899534. OLE color: 899534.
HSL color Cylindrical-coordinate representation of color #CEB90D: hue angle of 53.47º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEB90D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.19 |
| HSL | 53.47º | 0.88% | 0.43% | - |
| HSV(B) | 53.47º | 0.94% | 0.81% | - |
| XYZ | 42.88 | 47.85 | 7.36 | - |
| YUV | 171.67 | 38.46 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 13 | 0 | 0.10 | 0.94 | 0.19 | 53.47 | 0.88 | 0.43 |
| Hex | CE | B9 | D | 0 | A | 5E | 13 | 35 | 58 | 2B |
| Octal | 316 | 271 | 15 | 0 | 12 | 136 | 23 | 65 | 130 | 53 |
| Binary | 11001110 | 10111001 | 1101 | 0 | 1010 | 1011110 | 10011 | 110101 | 1011000 | 101011 |
Color Harmonies of #CEB90D
Complementary color
Monochromatic Colors of #CEB90D
Black with #CEB90D
Text Example
Text Example
White with #CEB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB90D; }
p { color: rgb(206,185,13); }
H1.HeaderClassName
{
color: #CEB90D;
}
.AnyTagClassName
{
color: #CEB90D;
}
</style>
background-color css
<style>
a { background-color: #CEB90D; }
a { background-color: rgb(206,185,13); }
div.DivClassName
{
background-color: #CEB90D;
}
.BgClassName
{
background-color: #CEB90D;
}
</style>
border-color css
<style>
span { border-color: #CEB90D; }
span { border-color: rgb(206,185,13); }
td.TdClassName
{
border-color: #CEB90D;
}
.TagClassName
{
border-color: #CEB90D;
}
</style>