Shades of Bird Flower #CEBA1B
Tints of Bird Flower #CEBA1B
RGB
CMYK
RGB Variations
Color information
#CEBA1B (or 0xCEBA1B) is known color: Bird Flower. HEX triplet: CE, BA and 1B. RGB value is (206,186,27). Sum of RGB (Red+Green+Blue) = 206+186+27=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA1B is #3145E4. Grayscale: #AEAEAE. Windows color (decimal): -3229157 or 1817294. OLE color: 1817294.
HSL color Cylindrical-coordinate representation of color #CEBA1B: hue angle of 53.3º 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 #CEBA1B is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 27 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.19 |
| HSL | 53.3º | 0.77% | 0.46% | - |
| HSV(B) | 53.3º | 0.87% | 0.81% | - |
| XYZ | 43.21 | 48.32 | 8.09 | - |
| YUV | 173.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 27 | 0 | 0.10 | 0.87 | 0.19 | 53.3 | 0.77 | 0.46 |
| Hex | CE | BA | 1B | 0 | A | 57 | 13 | 35 | 4D | 2E |
| Octal | 316 | 272 | 33 | 0 | 12 | 127 | 23 | 65 | 115 | 56 |
| Binary | 11001110 | 10111010 | 11011 | 0 | 1010 | 1010111 | 10011 | 110101 | 1001101 | 101110 |
Color Harmonies of #CEBA1B
Complementary color
Monochromatic Colors of #CEBA1B
Black with #CEBA1B
Text Example
Text Example
White with #CEBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA1B; }
p { color: rgb(206,186,27); }
H1.HeaderClassName
{
color: #CEBA1B;
}
.AnyTagClassName
{
color: #CEBA1B;
}
</style>
background-color css
<style>
a { background-color: #CEBA1B; }
a { background-color: rgb(206,186,27); }
div.DivClassName
{
background-color: #CEBA1B;
}
.BgClassName
{
background-color: #CEBA1B;
}
</style>
border-color css
<style>
span { border-color: #CEBA1B; }
span { border-color: rgb(206,186,27); }
td.TdClassName
{
border-color: #CEBA1B;
}
.TagClassName
{
border-color: #CEBA1B;
}
</style>