Shades of Bird Flower #CECD13
Tints of Bird Flower #CECD13
RGB
CMYK
RGB Variations
Color information
#CECD13 (or 0xCECD13) is known color: Bird Flower. HEX triplet: CE, CD and 13. RGB value is (206,205,19). Sum of RGB (Red+Green+Blue) = 206+205+19=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECD13 is #3132EC. Grayscale: #B8B8B8. Windows color (decimal): -3224301 or 1297870. OLE color: 1297870.
HSL color Cylindrical-coordinate representation of color #CECD13: hue angle of 59.68º 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 #CECD13 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 19 | - |
| CMYK | 0 | 0.00 | 0.91 | 0.19 |
| HSL | 59.68º | 0.83% | 0.44% | - |
| HSV(B) | 59.68º | 0.91% | 0.81% | - |
| XYZ | 47.4 | 56.83 | 9.09 | - |
| YUV | 184.1 | 34.83 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 19 | 0 | 0.00 | 0.91 | 0.19 | 59.68 | 0.83 | 0.44 |
| Hex | CE | CD | 13 | 0 | 0 | 5B | 13 | 3C | 53 | 2C |
| Octal | 316 | 315 | 23 | 0 | 0 | 133 | 23 | 74 | 123 | 54 |
| Binary | 11001110 | 11001101 | 10011 | 0 | 0 | 1011011 | 10011 | 111100 | 1010011 | 101100 |
Color Harmonies of #CECD13
Complementary color
Monochromatic Colors of #CECD13
Black with #CECD13
Text Example
Text Example
White with #CECD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD13; }
p { color: rgb(206,205,19); }
H1.HeaderClassName
{
color: #CECD13;
}
.AnyTagClassName
{
color: #CECD13;
}
</style>
background-color css
<style>
a { background-color: #CECD13; }
a { background-color: rgb(206,205,19); }
div.DivClassName
{
background-color: #CECD13;
}
.BgClassName
{
background-color: #CECD13;
}
</style>
border-color css
<style>
span { border-color: #CECD13; }
span { border-color: rgb(206,205,19); }
td.TdClassName
{
border-color: #CECD13;
}
.TagClassName
{
border-color: #CECD13;
}
</style>