Shades of Bird Flower #CEC517
Tints of Bird Flower #CEC517
RGB
CMYK
RGB Variations
Color information
#CEC517 (or 0xCEC517) is known color: Bird Flower. HEX triplet: CE, C5 and 17. RGB value is (206,197,23). Sum of RGB (Red+Green+Blue) = 206+197+23=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC517 is #313AE8. Grayscale: #B4B4B4. Windows color (decimal): -3226345 or 1557966. OLE color: 1557966.
HSL color Cylindrical-coordinate representation of color #CEC517: hue angle of 57.05º 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 #CEC517 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 23 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.19 |
| HSL | 57.05º | 0.8% | 0.45% | - |
| HSV(B) | 57.05º | 0.89% | 0.81% | - |
| XYZ | 45.57 | 53.12 | 8.66 | - |
| YUV | 179.86 | 39.48 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 23 | 0 | 0.04 | 0.89 | 0.19 | 57.05 | 0.8 | 0.45 |
| Hex | CE | C5 | 17 | 0 | 4 | 59 | 13 | 39 | 50 | 2D |
| Octal | 316 | 305 | 27 | 0 | 4 | 131 | 23 | 71 | 120 | 55 |
| Binary | 11001110 | 11000101 | 10111 | 0 | 100 | 1011001 | 10011 | 111001 | 1010000 | 101101 |
Color Harmonies of #CEC517
Complementary color
Monochromatic Colors of #CEC517
Black with #CEC517
Text Example
Text Example
White with #CEC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC517; }
p { color: rgb(206,197,23); }
H1.HeaderClassName
{
color: #CEC517;
}
.AnyTagClassName
{
color: #CEC517;
}
</style>
background-color css
<style>
a { background-color: #CEC517; }
a { background-color: rgb(206,197,23); }
div.DivClassName
{
background-color: #CEC517;
}
.BgClassName
{
background-color: #CEC517;
}
</style>
border-color css
<style>
span { border-color: #CEC517; }
span { border-color: rgb(206,197,23); }
td.TdClassName
{
border-color: #CEC517;
}
.TagClassName
{
border-color: #CEC517;
}
</style>