Shades of Bird Flower #CEC106
Tints of Bird Flower #CEC106
RGB
CMYK
RGB Variations
Color information
#CEC106 (or 0xCEC106) is known color: Bird Flower. HEX triplet: CE, C1 and 06. RGB value is (206,193,6). Sum of RGB (Red+Green+Blue) = 206+193+6=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC106 is #313EF9. Grayscale: #B0B0B0. Windows color (decimal): -3227386 or 442830. OLE color: 442830.
HSL color Cylindrical-coordinate representation of color #CEC106: hue angle of 56.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEC106 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.19 |
| HSL | 56.1º | 0.94% | 0.42% | - |
| HSV(B) | 56.1º | 0.97% | 0.81% | - |
| XYZ | 44.56 | 51.27 | 7.72 | - |
| YUV | 175.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 6 | 0 | 0.06 | 0.97 | 0.19 | 56.1 | 0.94 | 0.42 |
| Hex | CE | C1 | 6 | 0 | 6 | 61 | 13 | 38 | 5E | 2A |
| Octal | 316 | 301 | 6 | 0 | 6 | 141 | 23 | 70 | 136 | 52 |
| Binary | 11001110 | 11000001 | 110 | 0 | 110 | 1100001 | 10011 | 111000 | 1011110 | 101010 |
Color Harmonies of #CEC106
Complementary color
Monochromatic Colors of #CEC106
Black with #CEC106
Text Example
Text Example
White with #CEC106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC106; }
p { color: rgb(206,193,6); }
H1.HeaderClassName
{
color: #CEC106;
}
.AnyTagClassName
{
color: #CEC106;
}
</style>
background-color css
<style>
a { background-color: #CEC106; }
a { background-color: rgb(206,193,6); }
div.DivClassName
{
background-color: #CEC106;
}
.BgClassName
{
background-color: #CEC106;
}
</style>
border-color css
<style>
span { border-color: #CEC106; }
span { border-color: rgb(206,193,6); }
td.TdClassName
{
border-color: #CEC106;
}
.TagClassName
{
border-color: #CEC106;
}
</style>