Shades of Bird Flower #D8C90F
Tints of Bird Flower #D8C90F
RGB
CMYK
RGB Variations
Color information
#D8C90F (or 0xD8C90F) is known color: Bird Flower. HEX triplet: D8, C9 and 0F. RGB value is (216,201,15). Sum of RGB (Red+Green+Blue) = 216+201+15=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C90F is #2736F0. Grayscale: #B9B9B9. Windows color (decimal): -2569969 or 1034712. OLE color: 1034712.
HSL color Cylindrical-coordinate representation of color #D8C90F: hue angle of 55.52º 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 #D8C90F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.15 |
| HSL | 55.52º | 0.87% | 0.45% | - |
| HSV(B) | 55.52º | 0.93% | 0.85% | - |
| XYZ | 49.29 | 56.41 | 8.74 | - |
| YUV | 184.28 | 32.47 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 15 | 0 | 0.07 | 0.93 | 0.15 | 55.52 | 0.87 | 0.45 |
| Hex | D8 | C9 | F | 0 | 7 | 5D | F | 38 | 57 | 2D |
| Octal | 330 | 311 | 17 | 0 | 7 | 135 | 17 | 70 | 127 | 55 |
| Binary | 11011000 | 11001001 | 1111 | 0 | 111 | 1011101 | 1111 | 111000 | 1010111 | 101101 |
Color Harmonies of #D8C90F
Complementary color
Monochromatic Colors of #D8C90F
Black with #D8C90F
Text Example
Text Example
White with #D8C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C90F; }
p { color: rgb(216,201,15); }
H1.HeaderClassName
{
color: #D8C90F;
}
.AnyTagClassName
{
color: #D8C90F;
}
</style>
background-color css
<style>
a { background-color: #D8C90F; }
a { background-color: rgb(216,201,15); }
div.DivClassName
{
background-color: #D8C90F;
}
.BgClassName
{
background-color: #D8C90F;
}
</style>
border-color css
<style>
span { border-color: #D8C90F; }
span { border-color: rgb(216,201,15); }
td.TdClassName
{
border-color: #D8C90F;
}
.TagClassName
{
border-color: #D8C90F;
}
</style>