Shades of Bird Flower #CEB91B
Tints of Bird Flower #CEB91B
RGB
CMYK
RGB Variations
Color information
#CEB91B (or 0xCEB91B) is known color: Bird Flower. HEX triplet: CE, B9 and 1B. RGB value is (206,185,27). Sum of RGB (Red+Green+Blue) = 206+185+27=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB91B is #3146E4. Grayscale: #ADADAD. Windows color (decimal): -3229413 or 1817038. OLE color: 1817038.
HSL color Cylindrical-coordinate representation of color #CEB91B: hue angle of 52.96º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEB91B is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 27 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.19 |
| HSL | 52.96º | 0.77% | 0.46% | - |
| HSV(B) | 52.96º | 0.87% | 0.81% | - |
| XYZ | 43 | 47.9 | 8.02 | - |
| YUV | 173.27 | 45.46 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 27 | 0 | 0.10 | 0.87 | 0.19 | 52.96 | 0.77 | 0.46 |
| Hex | CE | B9 | 1B | 0 | A | 57 | 13 | 35 | 4D | 2E |
| Octal | 316 | 271 | 33 | 0 | 12 | 127 | 23 | 65 | 115 | 56 |
| Binary | 11001110 | 10111001 | 11011 | 0 | 1010 | 1010111 | 10011 | 110101 | 1001101 | 101110 |
Color Harmonies of #CEB91B
Complementary color
Monochromatic Colors of #CEB91B
Black with #CEB91B
Text Example
Text Example
White with #CEB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB91B; }
p { color: rgb(206,185,27); }
H1.HeaderClassName
{
color: #CEB91B;
}
.AnyTagClassName
{
color: #CEB91B;
}
</style>
background-color css
<style>
a { background-color: #CEB91B; }
a { background-color: rgb(206,185,27); }
div.DivClassName
{
background-color: #CEB91B;
}
.BgClassName
{
background-color: #CEB91B;
}
</style>
border-color css
<style>
span { border-color: #CEB91B; }
span { border-color: rgb(206,185,27); }
td.TdClassName
{
border-color: #CEB91B;
}
.TagClassName
{
border-color: #CEB91B;
}
</style>