Shades of Bird Flower #D5D701
Tints of Bird Flower #D5D701
RGB
CMYK
RGB Variations
Color information
#D5D701 (or 0xD5D701) is known color: Bird Flower. HEX triplet: D5, D7 and 01. RGB value is (213,215,1). Sum of RGB (Red+Green+Blue) = 213+215+1=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D701 is #2A28FE. Grayscale: #BEBEBE. Windows color (decimal): -2763007 or 120789. OLE color: 120789.
HSL color Cylindrical-coordinate representation of color #D5D701: hue angle of 60.56º 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 #D5D701 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.16 |
| HSL | 60.56º | 0.99% | 0.42% | - |
| HSV(B) | 60.56º | 1% | 0.84% | - |
| XYZ | 51.75 | 62.75 | 9.41 | - |
| YUV | 190.01 | 21.34 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 1 | 0.01 | 0 | 1.00 | 0.16 | 60.56 | 0.99 | 0.42 |
| Hex | D5 | D7 | 1 | 1 | 0 | 64 | 10 | 3D | 63 | 2A |
| Octal | 325 | 327 | 1 | 1 | 0 | 144 | 20 | 75 | 143 | 52 |
| Binary | 11010101 | 11010111 | 1 | 1 | 0 | 1100100 | 10000 | 111101 | 1100011 | 101010 |
Color Harmonies of #D5D701
Complementary color
Monochromatic Colors of #D5D701
Black with #D5D701
Text Example
Text Example
White with #D5D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D701; }
p { color: rgb(213,215,1); }
H1.HeaderClassName
{
color: #D5D701;
}
.AnyTagClassName
{
color: #D5D701;
}
</style>
background-color css
<style>
a { background-color: #D5D701; }
a { background-color: rgb(213,215,1); }
div.DivClassName
{
background-color: #D5D701;
}
.BgClassName
{
background-color: #D5D701;
}
</style>
border-color css
<style>
span { border-color: #D5D701; }
span { border-color: rgb(213,215,1); }
td.TdClassName
{
border-color: #D5D701;
}
.TagClassName
{
border-color: #D5D701;
}
</style>