Shades of Bird Flower #CECD08
Tints of Bird Flower #CECD08
RGB
CMYK
RGB Variations
Color information
#CECD08 (or 0xCECD08) is known color: Bird Flower. HEX triplet: CE, CD and 08. RGB value is (206,205,8). Sum of RGB (Red+Green+Blue) = 206+205+8=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECD08 is #3132F7. Grayscale: #B7B7B7. Windows color (decimal): -3224312 or 576974. OLE color: 576974.
HSL color Cylindrical-coordinate representation of color #CECD08: hue angle of 59.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CECD08 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 8 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.19 |
| HSL | 59.7º | 0.93% | 0.42% | - |
| HSV(B) | 59.7º | 0.96% | 0.81% | - |
| XYZ | 47.33 | 56.8 | 8.7 | - |
| YUV | 182.84 | 29.33 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 8 | 0 | 0.00 | 0.96 | 0.19 | 59.7 | 0.93 | 0.42 |
| Hex | CE | CD | 8 | 0 | 0 | 60 | 13 | 3C | 5D | 2A |
| Octal | 316 | 315 | 10 | 0 | 0 | 140 | 23 | 74 | 135 | 52 |
| Binary | 11001110 | 11001101 | 1000 | 0 | 0 | 1100000 | 10011 | 111100 | 1011101 | 101010 |
Color Harmonies of #CECD08
Complementary color
Monochromatic Colors of #CECD08
Black with #CECD08
Text Example
Text Example
White with #CECD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD08; }
p { color: rgb(206,205,8); }
H1.HeaderClassName
{
color: #CECD08;
}
.AnyTagClassName
{
color: #CECD08;
}
</style>
background-color css
<style>
a { background-color: #CECD08; }
a { background-color: rgb(206,205,8); }
div.DivClassName
{
background-color: #CECD08;
}
.BgClassName
{
background-color: #CECD08;
}
</style>
border-color css
<style>
span { border-color: #CECD08; }
span { border-color: rgb(206,205,8); }
td.TdClassName
{
border-color: #CECD08;
}
.TagClassName
{
border-color: #CECD08;
}
</style>