Shades of Bird Flower #CECD0B
Tints of Bird Flower #CECD0B
RGB
CMYK
RGB Variations
Color information
#CECD0B (or 0xCECD0B) is known color: Bird Flower. HEX triplet: CE, CD and 0B. RGB value is (206,205,11). Sum of RGB (Red+Green+Blue) = 206+205+11=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECD0B is #3132F4. Grayscale: #B7B7B7. Windows color (decimal): -3224309 or 773582. OLE color: 773582.
HSL color Cylindrical-coordinate representation of color #CECD0B: hue angle of 59.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CECD0B is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 11 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.19 |
| HSL | 59.69º | 0.9% | 0.43% | - |
| HSV(B) | 59.69º | 0.95% | 0.81% | - |
| XYZ | 47.35 | 56.81 | 8.79 | - |
| YUV | 183.18 | 30.83 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 11 | 0 | 0.00 | 0.95 | 0.19 | 59.69 | 0.9 | 0.43 |
| Hex | CE | CD | B | 0 | 0 | 5F | 13 | 3C | 5A | 2B |
| Octal | 316 | 315 | 13 | 0 | 0 | 137 | 23 | 74 | 132 | 53 |
| Binary | 11001110 | 11001101 | 1011 | 0 | 0 | 1011111 | 10011 | 111100 | 1011010 | 101011 |
Color Harmonies of #CECD0B
Complementary color
Monochromatic Colors of #CECD0B
Black with #CECD0B
Text Example
Text Example
White with #CECD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD0B; }
p { color: rgb(206,205,11); }
H1.HeaderClassName
{
color: #CECD0B;
}
.AnyTagClassName
{
color: #CECD0B;
}
</style>
background-color css
<style>
a { background-color: #CECD0B; }
a { background-color: rgb(206,205,11); }
div.DivClassName
{
background-color: #CECD0B;
}
.BgClassName
{
background-color: #CECD0B;
}
</style>
border-color css
<style>
span { border-color: #CECD0B; }
span { border-color: rgb(206,205,11); }
td.TdClassName
{
border-color: #CECD0B;
}
.TagClassName
{
border-color: #CECD0B;
}
</style>