Shades of Bird Flower #CEB301
Tints of Bird Flower #CEB301
RGB
CMYK
RGB Variations
Color information
#CEB301 (or 0xCEB301) is known color: Bird Flower. HEX triplet: CE, B3 and 01. RGB value is (206,179,1). Sum of RGB (Red+Green+Blue) = 206+179+1=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB301 is #314CFE. Grayscale: #A7A7A7. Windows color (decimal): -3230975 or 111566. OLE color: 111566.
HSL color Cylindrical-coordinate representation of color #CEB301: hue angle of 52.1º 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 #CEB301 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.19 |
| HSL | 52.1º | 0.99% | 0.41% | - |
| HSV(B) | 52.1º | 1% | 0.81% | - |
| XYZ | 41.58 | 45.36 | 6.59 | - |
| YUV | 166.78 | 34.45 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 1 | 0 | 0.13 | 1.00 | 0.19 | 52.1 | 0.99 | 0.41 |
| Hex | CE | B3 | 1 | 0 | D | 64 | 13 | 34 | 63 | 29 |
| Octal | 316 | 263 | 1 | 0 | 15 | 144 | 23 | 64 | 143 | 51 |
| Binary | 11001110 | 10110011 | 1 | 0 | 1101 | 1100100 | 10011 | 110100 | 1100011 | 101001 |
Color Harmonies of #CEB301
Complementary color
Monochromatic Colors of #CEB301
Black with #CEB301
Text Example
Text Example
White with #CEB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB301; }
p { color: rgb(206,179,1); }
H1.HeaderClassName
{
color: #CEB301;
}
.AnyTagClassName
{
color: #CEB301;
}
</style>
background-color css
<style>
a { background-color: #CEB301; }
a { background-color: rgb(206,179,1); }
div.DivClassName
{
background-color: #CEB301;
}
.BgClassName
{
background-color: #CEB301;
}
</style>
border-color css
<style>
span { border-color: #CEB301; }
span { border-color: rgb(206,179,1); }
td.TdClassName
{
border-color: #CEB301;
}
.TagClassName
{
border-color: #CEB301;
}
</style>