Shades of Bird Flower #CECD01
Tints of Bird Flower #CECD01
RGB
CMYK
RGB Variations
Color information
#CECD01 (or 0xCECD01) is known color: Bird Flower. HEX triplet: CE, CD and 01. RGB value is (206,205,1). Sum of RGB (Red+Green+Blue) = 206+205+1=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECD01 is #3132FE. Grayscale: #B6B6B6. Windows color (decimal): -3224319 or 118222. OLE color: 118222.
HSL color Cylindrical-coordinate representation of color #CECD01: hue angle of 59.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CECD01 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 1 | - |
| CMYK | 0 | 0.00 | 1.00 | 0.19 |
| HSL | 59.71º | 0.99% | 0.41% | - |
| HSV(B) | 59.71º | 1% | 0.81% | - |
| XYZ | 47.29 | 56.79 | 8.5 | - |
| YUV | 182.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 1 | 0 | 0.00 | 1.00 | 0.19 | 59.71 | 0.99 | 0.41 |
| Hex | CE | CD | 1 | 0 | 0 | 64 | 13 | 3C | 63 | 29 |
| Octal | 316 | 315 | 1 | 0 | 0 | 144 | 23 | 74 | 143 | 51 |
| Binary | 11001110 | 11001101 | 1 | 0 | 0 | 1100100 | 10011 | 111100 | 1100011 | 101001 |
Color Harmonies of #CECD01
Complementary color
Monochromatic Colors of #CECD01
Black with #CECD01
Text Example
Text Example
White with #CECD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD01; }
p { color: rgb(206,205,1); }
H1.HeaderClassName
{
color: #CECD01;
}
.AnyTagClassName
{
color: #CECD01;
}
</style>
background-color css
<style>
a { background-color: #CECD01; }
a { background-color: rgb(206,205,1); }
div.DivClassName
{
background-color: #CECD01;
}
.BgClassName
{
background-color: #CECD01;
}
</style>
border-color css
<style>
span { border-color: #CECD01; }
span { border-color: rgb(206,205,1); }
td.TdClassName
{
border-color: #CECD01;
}
.TagClassName
{
border-color: #CECD01;
}
</style>