Shades of Bird Flower #CEC217
Tints of Bird Flower #CEC217
RGB
CMYK
RGB Variations
Color information
#CEC217 (or 0xCEC217) is known color: Bird Flower. HEX triplet: CE, C2 and 17. RGB value is (206,194,23). Sum of RGB (Red+Green+Blue) = 206+194+23=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC217 is #313DE8. Grayscale: #B2B2B2. Windows color (decimal): -3227113 or 1557198. OLE color: 1557198.
HSL color Cylindrical-coordinate representation of color #CEC217: hue angle of 56.07º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEC217 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 23 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.19 |
| HSL | 56.07º | 0.8% | 0.45% | - |
| HSV(B) | 56.07º | 0.89% | 0.81% | - |
| XYZ | 44.9 | 51.77 | 8.44 | - |
| YUV | 178.09 | 40.48 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 23 | 0 | 0.06 | 0.89 | 0.19 | 56.07 | 0.8 | 0.45 |
| Hex | CE | C2 | 17 | 0 | 6 | 59 | 13 | 38 | 50 | 2D |
| Octal | 316 | 302 | 27 | 0 | 6 | 131 | 23 | 70 | 120 | 55 |
| Binary | 11001110 | 11000010 | 10111 | 0 | 110 | 1011001 | 10011 | 111000 | 1010000 | 101101 |
Color Harmonies of #CEC217
Complementary color
Monochromatic Colors of #CEC217
Black with #CEC217
Text Example
Text Example
White with #CEC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC217; }
p { color: rgb(206,194,23); }
H1.HeaderClassName
{
color: #CEC217;
}
.AnyTagClassName
{
color: #CEC217;
}
</style>
background-color css
<style>
a { background-color: #CEC217; }
a { background-color: rgb(206,194,23); }
div.DivClassName
{
background-color: #CEC217;
}
.BgClassName
{
background-color: #CEC217;
}
</style>
border-color css
<style>
span { border-color: #CEC217; }
span { border-color: rgb(206,194,23); }
td.TdClassName
{
border-color: #CEC217;
}
.TagClassName
{
border-color: #CEC217;
}
</style>