Shades of Bird Flower #CEC306
Tints of Bird Flower #CEC306
RGB
CMYK
RGB Variations
Color information
#CEC306 (or 0xCEC306) is known color: Bird Flower. HEX triplet: CE, C3 and 06. RGB value is (206,195,6). Sum of RGB (Red+Green+Blue) = 206+195+6=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC306 is #313CF9. Grayscale: #B1B1B1. Windows color (decimal): -3226874 or 443342. OLE color: 443342.
HSL color Cylindrical-coordinate representation of color #CEC306: hue angle of 56.7º 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 #CEC306 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 6 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.19 |
| HSL | 56.7º | 0.94% | 0.42% | - |
| HSV(B) | 56.7º | 0.97% | 0.81% | - |
| XYZ | 45 | 52.17 | 7.87 | - |
| YUV | 176.74 | 31.64 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 6 | 0 | 0.05 | 0.97 | 0.19 | 56.7 | 0.94 | 0.42 |
| Hex | CE | C3 | 6 | 0 | 5 | 61 | 13 | 39 | 5E | 2A |
| Octal | 316 | 303 | 6 | 0 | 5 | 141 | 23 | 71 | 136 | 52 |
| Binary | 11001110 | 11000011 | 110 | 0 | 101 | 1100001 | 10011 | 111001 | 1011110 | 101010 |
Color Harmonies of #CEC306
Complementary color
Monochromatic Colors of #CEC306
Black with #CEC306
Text Example
Text Example
White with #CEC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC306; }
p { color: rgb(206,195,6); }
H1.HeaderClassName
{
color: #CEC306;
}
.AnyTagClassName
{
color: #CEC306;
}
</style>
background-color css
<style>
a { background-color: #CEC306; }
a { background-color: rgb(206,195,6); }
div.DivClassName
{
background-color: #CEC306;
}
.BgClassName
{
background-color: #CEC306;
}
</style>
border-color css
<style>
span { border-color: #CEC306; }
span { border-color: rgb(206,195,6); }
td.TdClassName
{
border-color: #CEC306;
}
.TagClassName
{
border-color: #CEC306;
}
</style>