Shades of Bird Flower #CEB001
Tints of Bird Flower #CEB001
RGB
CMYK
RGB Variations
Color information
#CEB001 (or 0xCEB001) is known color: Bird Flower. HEX triplet: CE, B0 and 01. RGB value is (206,176,1). Sum of RGB (Red+Green+Blue) = 206+176+1=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB001 is #314FFE. Grayscale: #A5A5A5. Windows color (decimal): -3231743 or 110798. OLE color: 110798.
HSL color Cylindrical-coordinate representation of color #CEB001: hue angle of 51.22º 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 #CEB001 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.19 |
| HSL | 51.22º | 0.99% | 0.41% | - |
| HSV(B) | 51.22º | 1% | 0.81% | - |
| XYZ | 40.98 | 44.17 | 6.4 | - |
| YUV | 165.02 | 35.44 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 1 | 0 | 0.15 | 1.00 | 0.19 | 51.22 | 0.99 | 0.41 |
| Hex | CE | B0 | 1 | 0 | F | 64 | 13 | 33 | 63 | 29 |
| Octal | 316 | 260 | 1 | 0 | 17 | 144 | 23 | 63 | 143 | 51 |
| Binary | 11001110 | 10110000 | 1 | 0 | 1111 | 1100100 | 10011 | 110011 | 1100011 | 101001 |
Color Harmonies of #CEB001
Complementary color
Monochromatic Colors of #CEB001
Black with #CEB001
Text Example
Text Example
White with #CEB001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB001; }
p { color: rgb(206,176,1); }
H1.HeaderClassName
{
color: #CEB001;
}
.AnyTagClassName
{
color: #CEB001;
}
</style>
background-color css
<style>
a { background-color: #CEB001; }
a { background-color: rgb(206,176,1); }
div.DivClassName
{
background-color: #CEB001;
}
.BgClassName
{
background-color: #CEB001;
}
</style>
border-color css
<style>
span { border-color: #CEB001; }
span { border-color: rgb(206,176,1); }
td.TdClassName
{
border-color: #CEB001;
}
.TagClassName
{
border-color: #CEB001;
}
</style>