Shades of Bird Flower #CEBA20
Tints of Bird Flower #CEBA20
RGB
CMYK
RGB Variations
Color information
#CEBA20 (or 0xCEBA20) is known color: Bird Flower. HEX triplet: CE, BA and 20. RGB value is (206,186,32). Sum of RGB (Red+Green+Blue) = 206+186+32=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA20 is #3145DF. Grayscale: #AFAFAF. Windows color (decimal): -3229152 or 2144974. OLE color: 2144974.
HSL color Cylindrical-coordinate representation of color #CEBA20: hue angle of 53.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEBA20 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 32 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.19 |
| HSL | 53.1º | 0.73% | 0.47% | - |
| HSV(B) | 53.1º | 0.84% | 0.81% | - |
| XYZ | 43.27 | 48.34 | 8.42 | - |
| YUV | 174.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 32 | 0 | 0.10 | 0.84 | 0.19 | 53.1 | 0.73 | 0.47 |
| Hex | CE | BA | 20 | 0 | A | 54 | 13 | 35 | 49 | 2F |
| Octal | 316 | 272 | 40 | 0 | 12 | 124 | 23 | 65 | 111 | 57 |
| Binary | 11001110 | 10111010 | 100000 | 0 | 1010 | 1010100 | 10011 | 110101 | 1001001 | 101111 |
Color Harmonies of #CEBA20
Complementary color
Monochromatic Colors of #CEBA20
Black with #CEBA20
Text Example
Text Example
White with #CEBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA20; }
p { color: rgb(206,186,32); }
H1.HeaderClassName
{
color: #CEBA20;
}
.AnyTagClassName
{
color: #CEBA20;
}
</style>
background-color css
<style>
a { background-color: #CEBA20; }
a { background-color: rgb(206,186,32); }
div.DivClassName
{
background-color: #CEBA20;
}
.BgClassName
{
background-color: #CEBA20;
}
</style>
border-color css
<style>
span { border-color: #CEBA20; }
span { border-color: rgb(206,186,32); }
td.TdClassName
{
border-color: #CEBA20;
}
.TagClassName
{
border-color: #CEBA20;
}
</style>