Shades of Bird Flower #CEBA0D
Tints of Bird Flower #CEBA0D
RGB
CMYK
RGB Variations
Color information
#CEBA0D (or 0xCEBA0D) is known color: Bird Flower. HEX triplet: CE, BA and 0D. RGB value is (206,186,13). Sum of RGB (Red+Green+Blue) = 206+186+13=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA0D is #3145F2. Grayscale: #ACACAC. Windows color (decimal): -3229171 or 899790. OLE color: 899790.
HSL color Cylindrical-coordinate representation of color #CEBA0D: hue angle of 53.78º 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 #CEBA0D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.19 |
| HSL | 53.78º | 0.88% | 0.43% | - |
| HSV(B) | 53.78º | 0.94% | 0.81% | - |
| XYZ | 43.09 | 48.27 | 7.43 | - |
| YUV | 172.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 13 | 0 | 0.10 | 0.94 | 0.19 | 53.78 | 0.88 | 0.43 |
| Hex | CE | BA | D | 0 | A | 5E | 13 | 36 | 58 | 2B |
| Octal | 316 | 272 | 15 | 0 | 12 | 136 | 23 | 66 | 130 | 53 |
| Binary | 11001110 | 10111010 | 1101 | 0 | 1010 | 1011110 | 10011 | 110110 | 1011000 | 101011 |
Color Harmonies of #CEBA0D
Complementary color
Monochromatic Colors of #CEBA0D
Black with #CEBA0D
Text Example
Text Example
White with #CEBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA0D; }
p { color: rgb(206,186,13); }
H1.HeaderClassName
{
color: #CEBA0D;
}
.AnyTagClassName
{
color: #CEBA0D;
}
</style>
background-color css
<style>
a { background-color: #CEBA0D; }
a { background-color: rgb(206,186,13); }
div.DivClassName
{
background-color: #CEBA0D;
}
.BgClassName
{
background-color: #CEBA0D;
}
</style>
border-color css
<style>
span { border-color: #CEBA0D; }
span { border-color: rgb(206,186,13); }
td.TdClassName
{
border-color: #CEBA0D;
}
.TagClassName
{
border-color: #CEBA0D;
}
</style>