Shades of Bird Flower #D2D701
Tints of Bird Flower #D2D701
RGB
CMYK
RGB Variations
Color information
#D2D701 (or 0xD2D701) is known color: Bird Flower. HEX triplet: D2, D7 and 01. RGB value is (210,215,1). Sum of RGB (Red+Green+Blue) = 210+215+1=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D701 is #2D28FE. Grayscale: #BDBDBD. Windows color (decimal): -2959615 or 120786. OLE color: 120786.
HSL color Cylindrical-coordinate representation of color #D2D701: hue angle of 61.4º 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 #D2D701 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.16 |
| HSL | 61.4º | 0.99% | 0.42% | - |
| HSV(B) | 61.4º | 1% | 0.84% | - |
| XYZ | 50.88 | 62.3 | 9.37 | - |
| YUV | 189.11 | 21.84 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 1 | 0.02 | 0 | 1.00 | 0.16 | 61.4 | 0.99 | 0.42 |
| Hex | D2 | D7 | 1 | 2 | 0 | 64 | 10 | 3D | 63 | 2A |
| Octal | 322 | 327 | 1 | 2 | 0 | 144 | 20 | 75 | 143 | 52 |
| Binary | 11010010 | 11010111 | 1 | 10 | 0 | 1100100 | 10000 | 111101 | 1100011 | 101010 |
Color Harmonies of #D2D701
Complementary color
Monochromatic Colors of #D2D701
Black with #D2D701
Text Example
Text Example
White with #D2D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D701; }
p { color: rgb(210,215,1); }
H1.HeaderClassName
{
color: #D2D701;
}
.AnyTagClassName
{
color: #D2D701;
}
</style>
background-color css
<style>
a { background-color: #D2D701; }
a { background-color: rgb(210,215,1); }
div.DivClassName
{
background-color: #D2D701;
}
.BgClassName
{
background-color: #D2D701;
}
</style>
border-color css
<style>
span { border-color: #D2D701; }
span { border-color: rgb(210,215,1); }
td.TdClassName
{
border-color: #D2D701;
}
.TagClassName
{
border-color: #D2D701;
}
</style>