Shades of Bird Flower #D6D500
Tints of Bird Flower #D6D500
RGB
CMYK
RGB Variations
Color information
#D6D500 (or 0xD6D500) is known color: Bird Flower. HEX triplet: D6, D5 and 00. RGB value is (214,213,0). Sum of RGB (Red+Green+Blue) = 214+213+0=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D500 is #292AFF. Grayscale: #BDBDBD. Windows color (decimal): -2697984 or 54742. OLE color: 54742.
HSL color Cylindrical-coordinate representation of color #D6D500: hue angle of 59.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6D500 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.16 |
| HSL | 59.72º | 1% | 0.42% | - |
| HSV(B) | 59.72º | 1% | 0.84% | - |
| XYZ | 51.53 | 61.88 | 9.23 | - |
| YUV | 189.02 | 21.33 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 0 | 0 | 0.00 | 1 | 0.16 | 59.72 | 1 | 0.42 |
| Hex | D6 | D5 | 0 | 0 | 0 | 64 | 10 | 3C | 64 | 2A |
| Octal | 326 | 325 | 0 | 0 | 0 | 144 | 20 | 74 | 144 | 52 |
| Binary | 11010110 | 11010101 | 0 | 0 | 0 | 1100100 | 10000 | 111100 | 1100100 | 101010 |
Color Harmonies of #D6D500
Complementary color
Monochromatic Colors of #D6D500
Black with #D6D500
Text Example
Text Example
White with #D6D500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D500; }
p { color: rgb(214,213,0); }
H1.HeaderClassName
{
color: #D6D500;
}
.AnyTagClassName
{
color: #D6D500;
}
</style>
background-color css
<style>
a { background-color: #D6D500; }
a { background-color: rgb(214,213,0); }
div.DivClassName
{
background-color: #D6D500;
}
.BgClassName
{
background-color: #D6D500;
}
</style>
border-color css
<style>
span { border-color: #D6D500; }
span { border-color: rgb(214,213,0); }
td.TdClassName
{
border-color: #D6D500;
}
.TagClassName
{
border-color: #D6D500;
}
</style>