Shades of Bird Flower #D9CE0B
Tints of Bird Flower #D9CE0B
RGB
CMYK
RGB Variations
Color information
#D9CE0B (or 0xD9CE0B) is known color: Bird Flower. HEX triplet: D9, CE and 0B. RGB value is (217,206,11). Sum of RGB (Red+Green+Blue) = 217+206+11=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CE0B is #2631F4. Grayscale: #BBBBBB. Windows color (decimal): -2503157 or 773849. OLE color: 773849.
HSL color Cylindrical-coordinate representation of color #D9CE0B: hue angle of 56.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9CE0B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.15 |
| HSL | 56.8º | 0.9% | 0.45% | - |
| HSV(B) | 56.8º | 0.95% | 0.85% | - |
| XYZ | 50.75 | 58.92 | 9.01 | - |
| YUV | 187.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 11 | 0 | 0.05 | 0.95 | 0.15 | 56.8 | 0.9 | 0.45 |
| Hex | D9 | CE | B | 0 | 5 | 5F | F | 39 | 5A | 2D |
| Octal | 331 | 316 | 13 | 0 | 5 | 137 | 17 | 71 | 132 | 55 |
| Binary | 11011001 | 11001110 | 1011 | 0 | 101 | 1011111 | 1111 | 111001 | 1011010 | 101101 |
Color Harmonies of #D9CE0B
Complementary color
Monochromatic Colors of #D9CE0B
Black with #D9CE0B
Text Example
Text Example
White with #D9CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE0B; }
p { color: rgb(217,206,11); }
H1.HeaderClassName
{
color: #D9CE0B;
}
.AnyTagClassName
{
color: #D9CE0B;
}
</style>
background-color css
<style>
a { background-color: #D9CE0B; }
a { background-color: rgb(217,206,11); }
div.DivClassName
{
background-color: #D9CE0B;
}
.BgClassName
{
background-color: #D9CE0B;
}
</style>
border-color css
<style>
span { border-color: #D9CE0B; }
span { border-color: rgb(217,206,11); }
td.TdClassName
{
border-color: #D9CE0B;
}
.TagClassName
{
border-color: #D9CE0B;
}
</style>