Shades of Bird Flower #CECD12
Tints of Bird Flower #CECD12
RGB
CMYK
RGB Variations
Color information
#CECD12 (or 0xCECD12) is known color: Bird Flower. HEX triplet: CE, CD and 12. RGB value is (206,205,18). Sum of RGB (Red+Green+Blue) = 206+205+18=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECD12 is #3132ED. Grayscale: #B8B8B8. Windows color (decimal): -3224302 or 1232334. OLE color: 1232334.
HSL color Cylindrical-coordinate representation of color #CECD12: hue angle of 59.68º degrees, saturation: 0.84, 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 #CECD12 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 18 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.19 |
| HSL | 59.68º | 0.84% | 0.44% | - |
| HSV(B) | 59.68º | 0.91% | 0.81% | - |
| XYZ | 47.39 | 56.83 | 9.04 | - |
| YUV | 183.98 | 34.33 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 18 | 0 | 0.00 | 0.91 | 0.19 | 59.68 | 0.84 | 0.44 |
| Hex | CE | CD | 12 | 0 | 0 | 5B | 13 | 3C | 54 | 2C |
| Octal | 316 | 315 | 22 | 0 | 0 | 133 | 23 | 74 | 124 | 54 |
| Binary | 11001110 | 11001101 | 10010 | 0 | 0 | 1011011 | 10011 | 111100 | 1010100 | 101100 |
Color Harmonies of #CECD12
Complementary color
Monochromatic Colors of #CECD12
Black with #CECD12
Text Example
Text Example
White with #CECD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD12; }
p { color: rgb(206,205,18); }
H1.HeaderClassName
{
color: #CECD12;
}
.AnyTagClassName
{
color: #CECD12;
}
</style>
background-color css
<style>
a { background-color: #CECD12; }
a { background-color: rgb(206,205,18); }
div.DivClassName
{
background-color: #CECD12;
}
.BgClassName
{
background-color: #CECD12;
}
</style>
border-color css
<style>
span { border-color: #CECD12; }
span { border-color: rgb(206,205,18); }
td.TdClassName
{
border-color: #CECD12;
}
.TagClassName
{
border-color: #CECD12;
}
</style>