Shades of Bird Flower #CECD0F
Tints of Bird Flower #CECD0F
RGB
CMYK
RGB Variations
Color information
#CECD0F (or 0xCECD0F) is known color: Bird Flower. HEX triplet: CE, CD and 0F. RGB value is (206,205,15). Sum of RGB (Red+Green+Blue) = 206+205+15=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECD0F is #3132F0. Grayscale: #B8B8B8. Windows color (decimal): -3224305 or 1035726. OLE color: 1035726.
HSL color Cylindrical-coordinate representation of color #CECD0F: hue angle of 59.69º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CECD0F is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 15 | - |
| CMYK | 0 | 0.00 | 0.93 | 0.19 |
| HSL | 59.69º | 0.86% | 0.43% | - |
| HSV(B) | 59.69º | 0.93% | 0.81% | - |
| XYZ | 47.37 | 56.82 | 8.92 | - |
| YUV | 183.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 15 | 0 | 0.00 | 0.93 | 0.19 | 59.69 | 0.86 | 0.43 |
| Hex | CE | CD | F | 0 | 0 | 5D | 13 | 3C | 56 | 2B |
| Octal | 316 | 315 | 17 | 0 | 0 | 135 | 23 | 74 | 126 | 53 |
| Binary | 11001110 | 11001101 | 1111 | 0 | 0 | 1011101 | 10011 | 111100 | 1010110 | 101011 |
Color Harmonies of #CECD0F
Complementary color
Monochromatic Colors of #CECD0F
Black with #CECD0F
Text Example
Text Example
White with #CECD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD0F; }
p { color: rgb(206,205,15); }
H1.HeaderClassName
{
color: #CECD0F;
}
.AnyTagClassName
{
color: #CECD0F;
}
</style>
background-color css
<style>
a { background-color: #CECD0F; }
a { background-color: rgb(206,205,15); }
div.DivClassName
{
background-color: #CECD0F;
}
.BgClassName
{
background-color: #CECD0F;
}
</style>
border-color css
<style>
span { border-color: #CECD0F; }
span { border-color: rgb(206,205,15); }
td.TdClassName
{
border-color: #CECD0F;
}
.TagClassName
{
border-color: #CECD0F;
}
</style>