Shades of Bird Flower #CEC608
Tints of Bird Flower #CEC608
RGB
CMYK
RGB Variations
Color information
#CEC608 (or 0xCEC608) is known color: Bird Flower. HEX triplet: CE, C6 and 08. RGB value is (206,198,8). Sum of RGB (Red+Green+Blue) = 206+198+8=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC608 is #3139F7. Grayscale: #B3B3B3. Windows color (decimal): -3226104 or 575182. OLE color: 575182.
HSL color Cylindrical-coordinate representation of color #CEC608: hue angle of 57.58º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEC608 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.19 |
| HSL | 57.58º | 0.93% | 0.42% | - |
| HSV(B) | 57.58º | 0.96% | 0.81% | - |
| XYZ | 45.69 | 53.53 | 8.15 | - |
| YUV | 178.73 | 31.65 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 8 | 0 | 0.04 | 0.96 | 0.19 | 57.58 | 0.93 | 0.42 |
| Hex | CE | C6 | 8 | 0 | 4 | 60 | 13 | 3A | 5D | 2A |
| Octal | 316 | 306 | 10 | 0 | 4 | 140 | 23 | 72 | 135 | 52 |
| Binary | 11001110 | 11000110 | 1000 | 0 | 100 | 1100000 | 10011 | 111010 | 1011101 | 101010 |
Color Harmonies of #CEC608
Complementary color
Monochromatic Colors of #CEC608
Black with #CEC608
Text Example
Text Example
White with #CEC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC608; }
p { color: rgb(206,198,8); }
H1.HeaderClassName
{
color: #CEC608;
}
.AnyTagClassName
{
color: #CEC608;
}
</style>
background-color css
<style>
a { background-color: #CEC608; }
a { background-color: rgb(206,198,8); }
div.DivClassName
{
background-color: #CEC608;
}
.BgClassName
{
background-color: #CEC608;
}
</style>
border-color css
<style>
span { border-color: #CEC608; }
span { border-color: rgb(206,198,8); }
td.TdClassName
{
border-color: #CEC608;
}
.TagClassName
{
border-color: #CEC608;
}
</style>