Shades of Bird Flower #CEC313
Tints of Bird Flower #CEC313
RGB
CMYK
RGB Variations
Color information
#CEC313 (or 0xCEC313) is known color: Bird Flower. HEX triplet: CE, C3 and 13. RGB value is (206,195,19). Sum of RGB (Red+Green+Blue) = 206+195+19=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC313 is #313CEC. Grayscale: #B2B2B2. Windows color (decimal): -3226861 or 1295310. OLE color: 1295310.
HSL color Cylindrical-coordinate representation of color #CEC313: hue angle of 56.47º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEC313 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 19 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.19 |
| HSL | 56.47º | 0.83% | 0.44% | - |
| HSV(B) | 56.47º | 0.91% | 0.81% | - |
| XYZ | 45.09 | 52.2 | 8.32 | - |
| YUV | 178.23 | 38.14 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 19 | 0 | 0.05 | 0.91 | 0.19 | 56.47 | 0.83 | 0.44 |
| Hex | CE | C3 | 13 | 0 | 5 | 5B | 13 | 38 | 53 | 2C |
| Octal | 316 | 303 | 23 | 0 | 5 | 133 | 23 | 70 | 123 | 54 |
| Binary | 11001110 | 11000011 | 10011 | 0 | 101 | 1011011 | 10011 | 111000 | 1010011 | 101100 |
Color Harmonies of #CEC313
Complementary color
Monochromatic Colors of #CEC313
Black with #CEC313
Text Example
Text Example
White with #CEC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC313; }
p { color: rgb(206,195,19); }
H1.HeaderClassName
{
color: #CEC313;
}
.AnyTagClassName
{
color: #CEC313;
}
</style>
background-color css
<style>
a { background-color: #CEC313; }
a { background-color: rgb(206,195,19); }
div.DivClassName
{
background-color: #CEC313;
}
.BgClassName
{
background-color: #CEC313;
}
</style>
border-color css
<style>
span { border-color: #CEC313; }
span { border-color: rgb(206,195,19); }
td.TdClassName
{
border-color: #CEC313;
}
.TagClassName
{
border-color: #CEC313;
}
</style>