Shades of Bird Flower #D8D405
Tints of Bird Flower #D8D405
RGB
CMYK
RGB Variations
Color information
#D8D405 (or 0xD8D405) is known color: Bird Flower. HEX triplet: D8, D4 and 05. RGB value is (216,212,5). Sum of RGB (Red+Green+Blue) = 216+212+5=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D405 is #272BFA. Grayscale: #BEBEBE. Windows color (decimal): -2567163 or 382168. OLE color: 382168.
HSL color Cylindrical-coordinate representation of color #D8D405: hue angle of 58.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8D405 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.15 |
| HSL | 58.86º | 0.95% | 0.43% | - |
| HSV(B) | 58.86º | 0.98% | 0.85% | - |
| XYZ | 51.89 | 61.7 | 9.32 | - |
| YUV | 189.6 | 23.83 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 5 | 0 | 0.02 | 0.98 | 0.15 | 58.86 | 0.95 | 0.43 |
| Hex | D8 | D4 | 5 | 0 | 2 | 62 | F | 3B | 5F | 2B |
| Octal | 330 | 324 | 5 | 0 | 2 | 142 | 17 | 73 | 137 | 53 |
| Binary | 11011000 | 11010100 | 101 | 0 | 10 | 1100010 | 1111 | 111011 | 1011111 | 101011 |
Color Harmonies of #D8D405
Complementary color
Monochromatic Colors of #D8D405
Black with #D8D405
Text Example
Text Example
White with #D8D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D405; }
p { color: rgb(216,212,5); }
H1.HeaderClassName
{
color: #D8D405;
}
.AnyTagClassName
{
color: #D8D405;
}
</style>
background-color css
<style>
a { background-color: #D8D405; }
a { background-color: rgb(216,212,5); }
div.DivClassName
{
background-color: #D8D405;
}
.BgClassName
{
background-color: #D8D405;
}
</style>
border-color css
<style>
span { border-color: #D8D405; }
span { border-color: rgb(216,212,5); }
td.TdClassName
{
border-color: #D8D405;
}
.TagClassName
{
border-color: #D8D405;
}
</style>