Shades of Bird Flower #CEB701
Tints of Bird Flower #CEB701
RGB
CMYK
RGB Variations
Color information
#CEB701 (or 0xCEB701) is known color: Bird Flower. HEX triplet: CE, B7 and 01. RGB value is (206,183,1). Sum of RGB (Red+Green+Blue) = 206+183+1=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB701 is #3148FE. Grayscale: #A9A9A9. Windows color (decimal): -3229951 or 112590. OLE color: 112590.
HSL color Cylindrical-coordinate representation of color #CEB701: hue angle of 53.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEB701 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.19 |
| HSL | 53.27º | 0.99% | 0.41% | - |
| HSV(B) | 53.27º | 1% | 0.81% | - |
| XYZ | 42.39 | 46.99 | 6.86 | - |
| YUV | 169.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 1 | 0 | 0.11 | 1.00 | 0.19 | 53.27 | 0.99 | 0.41 |
| Hex | CE | B7 | 1 | 0 | B | 64 | 13 | 35 | 63 | 29 |
| Octal | 316 | 267 | 1 | 0 | 13 | 144 | 23 | 65 | 143 | 51 |
| Binary | 11001110 | 10110111 | 1 | 0 | 1011 | 1100100 | 10011 | 110101 | 1100011 | 101001 |
Color Harmonies of #CEB701
Complementary color
Monochromatic Colors of #CEB701
Black with #CEB701
Text Example
Text Example
White with #CEB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB701; }
p { color: rgb(206,183,1); }
H1.HeaderClassName
{
color: #CEB701;
}
.AnyTagClassName
{
color: #CEB701;
}
</style>
background-color css
<style>
a { background-color: #CEB701; }
a { background-color: rgb(206,183,1); }
div.DivClassName
{
background-color: #CEB701;
}
.BgClassName
{
background-color: #CEB701;
}
</style>
border-color css
<style>
span { border-color: #CEB701; }
span { border-color: rgb(206,183,1); }
td.TdClassName
{
border-color: #CEB701;
}
.TagClassName
{
border-color: #CEB701;
}
</style>