Shades of Bird Flower #D2D008
Tints of Bird Flower #D2D008
RGB
CMYK
RGB Variations
Color information
#D2D008 (or 0xD2D008) is known color: Bird Flower. HEX triplet: D2, D0 and 08. RGB value is (210,208,8). Sum of RGB (Red+Green+Blue) = 210+208+8=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D008 is #2D2FF7. Grayscale: #BABABA. Windows color (decimal): -2961400 or 577746. OLE color: 577746.
HSL color Cylindrical-coordinate representation of color #D2D008: hue angle of 59.41º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2D008 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.18 |
| HSL | 59.41º | 0.93% | 0.43% | - |
| HSV(B) | 59.41º | 0.96% | 0.82% | - |
| XYZ | 49.18 | 58.83 | 8.99 | - |
| YUV | 185.8 | 27.66 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 8 | 0 | 0.01 | 0.96 | 0.18 | 59.41 | 0.93 | 0.43 |
| Hex | D2 | D0 | 8 | 0 | 1 | 60 | 12 | 3B | 5D | 2B |
| Octal | 322 | 320 | 10 | 0 | 1 | 140 | 22 | 73 | 135 | 53 |
| Binary | 11010010 | 11010000 | 1000 | 0 | 1 | 1100000 | 10010 | 111011 | 1011101 | 101011 |
Color Harmonies of #D2D008
Complementary color
Monochromatic Colors of #D2D008
Black with #D2D008
Text Example
Text Example
White with #D2D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D008; }
p { color: rgb(210,208,8); }
H1.HeaderClassName
{
color: #D2D008;
}
.AnyTagClassName
{
color: #D2D008;
}
</style>
background-color css
<style>
a { background-color: #D2D008; }
a { background-color: rgb(210,208,8); }
div.DivClassName
{
background-color: #D2D008;
}
.BgClassName
{
background-color: #D2D008;
}
</style>
border-color css
<style>
span { border-color: #D2D008; }
span { border-color: rgb(210,208,8); }
td.TdClassName
{
border-color: #D2D008;
}
.TagClassName
{
border-color: #D2D008;
}
</style>