Shades of Bird Flower #D0D006
Tints of Bird Flower #D0D006
RGB
CMYK
RGB Variations
Color information
#D0D006 (or 0xD0D006) is known color: Bird Flower. HEX triplet: D0, D0 and 06. RGB value is (208,208,6). Sum of RGB (Red+Green+Blue) = 208+208+6=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D006 is #2F2FF9. Grayscale: #B9B9B9. Windows color (decimal): -3092474 or 446672. OLE color: 446672.
HSL color Cylindrical-coordinate representation of color #D0D006: hue angle of 60º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0D006 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 6 | - |
| CMYK | 0 | 0 | 0.97 | 0.18 |
| HSL | 60º | 0.94% | 0.42% | - |
| HSV(B) | 60º | 0.97% | 0.82% | - |
| XYZ | 48.6 | 58.53 | 8.91 | - |
| YUV | 184.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 6 | 0 | 0 | 0.97 | 0.18 | 60 | 0.94 | 0.42 |
| Hex | D0 | D0 | 6 | 0 | 0 | 61 | 12 | 3C | 5E | 2A |
| Octal | 320 | 320 | 6 | 0 | 0 | 141 | 22 | 74 | 136 | 52 |
| Binary | 11010000 | 11010000 | 110 | 0 | 0 | 1100001 | 10010 | 111100 | 1011110 | 101010 |
Color Harmonies of #D0D006
Complementary color
Monochromatic Colors of #D0D006
Black with #D0D006
Text Example
Text Example
White with #D0D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D006; }
p { color: rgb(208,208,6); }
H1.HeaderClassName
{
color: #D0D006;
}
.AnyTagClassName
{
color: #D0D006;
}
</style>
background-color css
<style>
a { background-color: #D0D006; }
a { background-color: rgb(208,208,6); }
div.DivClassName
{
background-color: #D0D006;
}
.BgClassName
{
background-color: #D0D006;
}
</style>
border-color css
<style>
span { border-color: #D0D006; }
span { border-color: rgb(208,208,6); }
td.TdClassName
{
border-color: #D0D006;
}
.TagClassName
{
border-color: #D0D006;
}
</style>