Shades of Bird Flower #CEC60F
Tints of Bird Flower #CEC60F
RGB
CMYK
RGB Variations
Color information
#CEC60F (or 0xCEC60F) is known color: Bird Flower. HEX triplet: CE, C6 and 0F. RGB value is (206,198,15). Sum of RGB (Red+Green+Blue) = 206+198+15=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC60F is #3139F0. Grayscale: #B4B4B4. Windows color (decimal): -3226097 or 1033934. OLE color: 1033934.
HSL color Cylindrical-coordinate representation of color #CEC60F: hue angle of 57.49º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEC60F is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 15 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.19 |
| HSL | 57.49º | 0.86% | 0.43% | - |
| HSV(B) | 57.49º | 0.93% | 0.81% | - |
| XYZ | 45.73 | 53.54 | 8.38 | - |
| YUV | 179.53 | 35.15 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 15 | 0 | 0.04 | 0.93 | 0.19 | 57.49 | 0.86 | 0.43 |
| Hex | CE | C6 | F | 0 | 4 | 5D | 13 | 39 | 56 | 2B |
| Octal | 316 | 306 | 17 | 0 | 4 | 135 | 23 | 71 | 126 | 53 |
| Binary | 11001110 | 11000110 | 1111 | 0 | 100 | 1011101 | 10011 | 111001 | 1010110 | 101011 |
Color Harmonies of #CEC60F
Complementary color
Monochromatic Colors of #CEC60F
Black with #CEC60F
Text Example
Text Example
White with #CEC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC60F; }
p { color: rgb(206,198,15); }
H1.HeaderClassName
{
color: #CEC60F;
}
.AnyTagClassName
{
color: #CEC60F;
}
</style>
background-color css
<style>
a { background-color: #CEC60F; }
a { background-color: rgb(206,198,15); }
div.DivClassName
{
background-color: #CEC60F;
}
.BgClassName
{
background-color: #CEC60F;
}
</style>
border-color css
<style>
span { border-color: #CEC60F; }
span { border-color: rgb(206,198,15); }
td.TdClassName
{
border-color: #CEC60F;
}
.TagClassName
{
border-color: #CEC60F;
}
</style>