Shades of Bird Flower #D8CE0F
Tints of Bird Flower #D8CE0F
RGB
CMYK
RGB Variations
Color information
#D8CE0F (or 0xD8CE0F) is known color: Bird Flower. HEX triplet: D8, CE and 0F. RGB value is (216,206,15). Sum of RGB (Red+Green+Blue) = 216+206+15=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CE0F is #2731F0. Grayscale: #BBBBBB. Windows color (decimal): -2568689 or 1035992. OLE color: 1035992.
HSL color Cylindrical-coordinate representation of color #D8CE0F: hue angle of 57.01º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8CE0F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 15 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.15 |
| HSL | 57.01º | 0.87% | 0.45% | - |
| HSV(B) | 57.01º | 0.93% | 0.85% | - |
| XYZ | 50.48 | 58.78 | 9.14 | - |
| YUV | 187.22 | 30.81 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 15 | 0 | 0.05 | 0.93 | 0.15 | 57.01 | 0.87 | 0.45 |
| Hex | D8 | CE | F | 0 | 5 | 5D | F | 39 | 57 | 2D |
| Octal | 330 | 316 | 17 | 0 | 5 | 135 | 17 | 71 | 127 | 55 |
| Binary | 11011000 | 11001110 | 1111 | 0 | 101 | 1011101 | 1111 | 111001 | 1010111 | 101101 |
Color Harmonies of #D8CE0F
Complementary color
Monochromatic Colors of #D8CE0F
Black with #D8CE0F
Text Example
Text Example
White with #D8CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE0F; }
p { color: rgb(216,206,15); }
H1.HeaderClassName
{
color: #D8CE0F;
}
.AnyTagClassName
{
color: #D8CE0F;
}
</style>
background-color css
<style>
a { background-color: #D8CE0F; }
a { background-color: rgb(216,206,15); }
div.DivClassName
{
background-color: #D8CE0F;
}
.BgClassName
{
background-color: #D8CE0F;
}
</style>
border-color css
<style>
span { border-color: #D8CE0F; }
span { border-color: rgb(216,206,15); }
td.TdClassName
{
border-color: #D8CE0F;
}
.TagClassName
{
border-color: #D8CE0F;
}
</style>