Shades of Bird Flower #CEB601
Tints of Bird Flower #CEB601
RGB
CMYK
RGB Variations
Color information
#CEB601 (or 0xCEB601) is known color: Bird Flower. HEX triplet: CE, B6 and 01. RGB value is (206,182,1). Sum of RGB (Red+Green+Blue) = 206+182+1=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB601 is #3149FE. Grayscale: #A9A9A9. Windows color (decimal): -3230207 or 112334. OLE color: 112334.
HSL color Cylindrical-coordinate representation of color #CEB601: hue angle of 52.98º 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 #CEB601 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.19 |
| HSL | 52.98º | 0.99% | 0.41% | - |
| HSV(B) | 52.98º | 1% | 0.81% | - |
| XYZ | 42.19 | 46.58 | 6.8 | - |
| YUV | 168.54 | 33.45 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 1 | 0 | 0.12 | 1.00 | 0.19 | 52.98 | 0.99 | 0.41 |
| Hex | CE | B6 | 1 | 0 | C | 64 | 13 | 35 | 63 | 29 |
| Octal | 316 | 266 | 1 | 0 | 14 | 144 | 23 | 65 | 143 | 51 |
| Binary | 11001110 | 10110110 | 1 | 0 | 1100 | 1100100 | 10011 | 110101 | 1100011 | 101001 |
Color Harmonies of #CEB601
Complementary color
Monochromatic Colors of #CEB601
Black with #CEB601
Text Example
Text Example
White with #CEB601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB601; }
p { color: rgb(206,182,1); }
H1.HeaderClassName
{
color: #CEB601;
}
.AnyTagClassName
{
color: #CEB601;
}
</style>
background-color css
<style>
a { background-color: #CEB601; }
a { background-color: rgb(206,182,1); }
div.DivClassName
{
background-color: #CEB601;
}
.BgClassName
{
background-color: #CEB601;
}
</style>
border-color css
<style>
span { border-color: #CEB601; }
span { border-color: rgb(206,182,1); }
td.TdClassName
{
border-color: #CEB601;
}
.TagClassName
{
border-color: #CEB601;
}
</style>