Shades of Bird Flower #D2D007
Tints of Bird Flower #D2D007
RGB
CMYK
RGB Variations
Color information
#D2D007 (or 0xD2D007) is known color: Bird Flower. HEX triplet: D2, D0 and 07. RGB value is (210,208,7). Sum of RGB (Red+Green+Blue) = 210+208+7=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D007 is #2D2FF8. Grayscale: #BABABA. Windows color (decimal): -2961401 or 512210. OLE color: 512210.
HSL color Cylindrical-coordinate representation of color #D2D007: hue angle of 59.41º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2D007 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.18 |
| HSL | 59.41º | 0.94% | 0.43% | - |
| HSV(B) | 59.41º | 0.97% | 0.82% | - |
| XYZ | 49.17 | 58.83 | 8.96 | - |
| YUV | 185.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 7 | 0 | 0.01 | 0.97 | 0.18 | 59.41 | 0.94 | 0.43 |
| Hex | D2 | D0 | 7 | 0 | 1 | 61 | 12 | 3B | 5E | 2B |
| Octal | 322 | 320 | 7 | 0 | 1 | 141 | 22 | 73 | 136 | 53 |
| Binary | 11010010 | 11010000 | 111 | 0 | 1 | 1100001 | 10010 | 111011 | 1011110 | 101011 |
Color Harmonies of #D2D007
Complementary color
Monochromatic Colors of #D2D007
Black with #D2D007
Text Example
Text Example
White with #D2D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D007; }
p { color: rgb(210,208,7); }
H1.HeaderClassName
{
color: #D2D007;
}
.AnyTagClassName
{
color: #D2D007;
}
</style>
background-color css
<style>
a { background-color: #D2D007; }
a { background-color: rgb(210,208,7); }
div.DivClassName
{
background-color: #D2D007;
}
.BgClassName
{
background-color: #D2D007;
}
</style>
border-color css
<style>
span { border-color: #D2D007; }
span { border-color: rgb(210,208,7); }
td.TdClassName
{
border-color: #D2D007;
}
.TagClassName
{
border-color: #D2D007;
}
</style>