Shades of Bird Flower #CEC817
Tints of Bird Flower #CEC817
RGB
CMYK
RGB Variations
Color information
#CEC817 (or 0xCEC817) is known color: Bird Flower. HEX triplet: CE, C8 and 17. RGB value is (206,200,23). Sum of RGB (Red+Green+Blue) = 206+200+23=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC817 is #3137E8. Grayscale: #B6B6B6. Windows color (decimal): -3225577 or 1558734. OLE color: 1558734.
HSL color Cylindrical-coordinate representation of color #CEC817: hue angle of 58.03º 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 #CEC817 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 23 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.19 |
| HSL | 58.03º | 0.8% | 0.45% | - |
| HSV(B) | 58.03º | 0.89% | 0.81% | - |
| XYZ | 46.26 | 54.49 | 8.89 | - |
| YUV | 181.62 | 38.49 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 23 | 0 | 0.03 | 0.89 | 0.19 | 58.03 | 0.8 | 0.45 |
| Hex | CE | C8 | 17 | 0 | 3 | 59 | 13 | 3A | 50 | 2D |
| Octal | 316 | 310 | 27 | 0 | 3 | 131 | 23 | 72 | 120 | 55 |
| Binary | 11001110 | 11001000 | 10111 | 0 | 11 | 1011001 | 10011 | 111010 | 1010000 | 101101 |
Color Harmonies of #CEC817
Complementary color
Monochromatic Colors of #CEC817
Black with #CEC817
Text Example
Text Example
White with #CEC817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC817; }
p { color: rgb(206,200,23); }
H1.HeaderClassName
{
color: #CEC817;
}
.AnyTagClassName
{
color: #CEC817;
}
</style>
background-color css
<style>
a { background-color: #CEC817; }
a { background-color: rgb(206,200,23); }
div.DivClassName
{
background-color: #CEC817;
}
.BgClassName
{
background-color: #CEC817;
}
</style>
border-color css
<style>
span { border-color: #CEC817; }
span { border-color: rgb(206,200,23); }
td.TdClassName
{
border-color: #CEC817;
}
.TagClassName
{
border-color: #CEC817;
}
</style>