Shades of Bird Flower #D7D101
Tints of Bird Flower #D7D101
RGB
CMYK
RGB Variations
Color information
#D7D101 (or 0xD7D101) is known color: Bird Flower. HEX triplet: D7, D1 and 01. RGB value is (215,209,1). Sum of RGB (Red+Green+Blue) = 215+209+1=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D101 is #282EFE. Grayscale: #BBBBBB. Windows color (decimal): -2633471 or 119255. OLE color: 119255.
HSL color Cylindrical-coordinate representation of color #D7D101: hue angle of 58.32º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7D101 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.16 |
| HSL | 58.32º | 0.99% | 0.42% | - |
| HSV(B) | 58.32º | 1% | 0.84% | - |
| XYZ | 50.83 | 60.05 | 8.94 | - |
| YUV | 187.08 | 22.99 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 1 | 0 | 0.03 | 1.00 | 0.16 | 58.32 | 0.99 | 0.42 |
| Hex | D7 | D1 | 1 | 0 | 3 | 64 | 10 | 3A | 63 | 2A |
| Octal | 327 | 321 | 1 | 0 | 3 | 144 | 20 | 72 | 143 | 52 |
| Binary | 11010111 | 11010001 | 1 | 0 | 11 | 1100100 | 10000 | 111010 | 1100011 | 101010 |
Color Harmonies of #D7D101
Complementary color
Monochromatic Colors of #D7D101
Black with #D7D101
Text Example
Text Example
White with #D7D101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D101; }
p { color: rgb(215,209,1); }
H1.HeaderClassName
{
color: #D7D101;
}
.AnyTagClassName
{
color: #D7D101;
}
</style>
background-color css
<style>
a { background-color: #D7D101; }
a { background-color: rgb(215,209,1); }
div.DivClassName
{
background-color: #D7D101;
}
.BgClassName
{
background-color: #D7D101;
}
</style>
border-color css
<style>
span { border-color: #D7D101; }
span { border-color: rgb(215,209,1); }
td.TdClassName
{
border-color: #D7D101;
}
.TagClassName
{
border-color: #D7D101;
}
</style>