Shades of Bird Flower #CEC308
Tints of Bird Flower #CEC308
RGB
CMYK
RGB Variations
Color information
#CEC308 (or 0xCEC308) is known color: Bird Flower. HEX triplet: CE, C3 and 08. RGB value is (206,195,8). Sum of RGB (Red+Green+Blue) = 206+195+8=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC308 is #313CF7. Grayscale: #B1B1B1. Windows color (decimal): -3226872 or 574414. OLE color: 574414.
HSL color Cylindrical-coordinate representation of color #CEC308: hue angle of 56.67º 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 #CEC308 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 8 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.19 |
| HSL | 56.67º | 0.93% | 0.42% | - |
| HSV(B) | 56.67º | 0.96% | 0.81% | - |
| XYZ | 45.01 | 52.17 | 7.93 | - |
| YUV | 176.97 | 32.64 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 8 | 0 | 0.05 | 0.96 | 0.19 | 56.67 | 0.93 | 0.42 |
| Hex | CE | C3 | 8 | 0 | 5 | 60 | 13 | 39 | 5D | 2A |
| Octal | 316 | 303 | 10 | 0 | 5 | 140 | 23 | 71 | 135 | 52 |
| Binary | 11001110 | 11000011 | 1000 | 0 | 101 | 1100000 | 10011 | 111001 | 1011101 | 101010 |
Color Harmonies of #CEC308
Complementary color
Monochromatic Colors of #CEC308
Black with #CEC308
Text Example
Text Example
White with #CEC308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC308; }
p { color: rgb(206,195,8); }
H1.HeaderClassName
{
color: #CEC308;
}
.AnyTagClassName
{
color: #CEC308;
}
</style>
background-color css
<style>
a { background-color: #CEC308; }
a { background-color: rgb(206,195,8); }
div.DivClassName
{
background-color: #CEC308;
}
.BgClassName
{
background-color: #CEC308;
}
</style>
border-color css
<style>
span { border-color: #CEC308; }
span { border-color: rgb(206,195,8); }
td.TdClassName
{
border-color: #CEC308;
}
.TagClassName
{
border-color: #CEC308;
}
</style>