Shades of Bird Flower #D8D002
Tints of Bird Flower #D8D002
RGB
CMYK
RGB Variations
Color information
#D8D002 (or 0xD8D002) is known color: Bird Flower. HEX triplet: D8, D0 and 02. RGB value is (216,208,2). Sum of RGB (Red+Green+Blue) = 216+208+2=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D002 is #272FFD. Grayscale: #BBBBBB. Windows color (decimal): -2568190 or 184536. OLE color: 184536.
HSL color Cylindrical-coordinate representation of color #D8D002: hue angle of 57.76º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8D002 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.15 |
| HSL | 57.76º | 0.98% | 0.43% | - |
| HSV(B) | 57.76º | 0.99% | 0.85% | - |
| XYZ | 50.89 | 59.72 | 8.9 | - |
| YUV | 186.91 | 23.65 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 2 | 0 | 0.04 | 0.99 | 0.15 | 57.76 | 0.98 | 0.43 |
| Hex | D8 | D0 | 2 | 0 | 4 | 63 | F | 3A | 62 | 2B |
| Octal | 330 | 320 | 2 | 0 | 4 | 143 | 17 | 72 | 142 | 53 |
| Binary | 11011000 | 11010000 | 10 | 0 | 100 | 1100011 | 1111 | 111010 | 1100010 | 101011 |
Color Harmonies of #D8D002
Complementary color
Monochromatic Colors of #D8D002
Black with #D8D002
Text Example
Text Example
White with #D8D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D002; }
p { color: rgb(216,208,2); }
H1.HeaderClassName
{
color: #D8D002;
}
.AnyTagClassName
{
color: #D8D002;
}
</style>
background-color css
<style>
a { background-color: #D8D002; }
a { background-color: rgb(216,208,2); }
div.DivClassName
{
background-color: #D8D002;
}
.BgClassName
{
background-color: #D8D002;
}
</style>
border-color css
<style>
span { border-color: #D8D002; }
span { border-color: rgb(216,208,2); }
td.TdClassName
{
border-color: #D8D002;
}
.TagClassName
{
border-color: #D8D002;
}
</style>