Shades of Bird Flower #D8D40D
Tints of Bird Flower #D8D40D
RGB
CMYK
RGB Variations
Color information
#D8D40D (or 0xD8D40D) is known color: Bird Flower. HEX triplet: D8, D4 and 0D. RGB value is (216,212,13). Sum of RGB (Red+Green+Blue) = 216+212+13=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D40D is #272BF2. Grayscale: #BFBFBF. Windows color (decimal): -2567155 or 906456. OLE color: 906456.
HSL color Cylindrical-coordinate representation of color #D8D40D: hue angle of 58.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8D40D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 13 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.15 |
| HSL | 58.82º | 0.89% | 0.45% | - |
| HSV(B) | 58.82º | 0.94% | 0.85% | - |
| XYZ | 51.94 | 61.71 | 9.56 | - |
| YUV | 190.51 | 27.83 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 13 | 0 | 0.02 | 0.94 | 0.15 | 58.82 | 0.89 | 0.45 |
| Hex | D8 | D4 | D | 0 | 2 | 5E | F | 3B | 59 | 2D |
| Octal | 330 | 324 | 15 | 0 | 2 | 136 | 17 | 73 | 131 | 55 |
| Binary | 11011000 | 11010100 | 1101 | 0 | 10 | 1011110 | 1111 | 111011 | 1011001 | 101101 |
Color Harmonies of #D8D40D
Complementary color
Monochromatic Colors of #D8D40D
Black with #D8D40D
Text Example
Text Example
White with #D8D40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D40D; }
p { color: rgb(216,212,13); }
H1.HeaderClassName
{
color: #D8D40D;
}
.AnyTagClassName
{
color: #D8D40D;
}
</style>
background-color css
<style>
a { background-color: #D8D40D; }
a { background-color: rgb(216,212,13); }
div.DivClassName
{
background-color: #D8D40D;
}
.BgClassName
{
background-color: #D8D40D;
}
</style>
border-color css
<style>
span { border-color: #D8D40D; }
span { border-color: rgb(216,212,13); }
td.TdClassName
{
border-color: #D8D40D;
}
.TagClassName
{
border-color: #D8D40D;
}
</style>