Shades of Bird Flower #D9CE08
Tints of Bird Flower #D9CE08
RGB
CMYK
RGB Variations
Color information
#D9CE08 (or 0xD9CE08) is known color: Bird Flower. HEX triplet: D9, CE and 08. RGB value is (217,206,8). Sum of RGB (Red+Green+Blue) = 217+206+8=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CE08 is #2631F7. Grayscale: #BBBBBB. Windows color (decimal): -2503160 or 577241. OLE color: 577241.
HSL color Cylindrical-coordinate representation of color #D9CE08: hue angle of 56.84º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9CE08 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 8 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.15 |
| HSL | 56.84º | 0.93% | 0.44% | - |
| HSV(B) | 56.84º | 0.96% | 0.85% | - |
| XYZ | 50.73 | 58.91 | 8.93 | - |
| YUV | 186.72 | 27.14 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 8 | 0 | 0.05 | 0.96 | 0.15 | 56.84 | 0.93 | 0.44 |
| Hex | D9 | CE | 8 | 0 | 5 | 60 | F | 39 | 5D | 2C |
| Octal | 331 | 316 | 10 | 0 | 5 | 140 | 17 | 71 | 135 | 54 |
| Binary | 11011001 | 11001110 | 1000 | 0 | 101 | 1100000 | 1111 | 111001 | 1011101 | 101100 |
Color Harmonies of #D9CE08
Complementary color
Monochromatic Colors of #D9CE08
Black with #D9CE08
Text Example
Text Example
White with #D9CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE08; }
p { color: rgb(217,206,8); }
H1.HeaderClassName
{
color: #D9CE08;
}
.AnyTagClassName
{
color: #D9CE08;
}
</style>
background-color css
<style>
a { background-color: #D9CE08; }
a { background-color: rgb(217,206,8); }
div.DivClassName
{
background-color: #D9CE08;
}
.BgClassName
{
background-color: #D9CE08;
}
</style>
border-color css
<style>
span { border-color: #D9CE08; }
span { border-color: rgb(217,206,8); }
td.TdClassName
{
border-color: #D9CE08;
}
.TagClassName
{
border-color: #D9CE08;
}
</style>