Shades of Bird Flower #D0D005
Tints of Bird Flower #D0D005
RGB
CMYK
RGB Variations
Color information
#D0D005 (or 0xD0D005) is known color: Bird Flower. HEX triplet: D0, D0 and 05. RGB value is (208,208,5). Sum of RGB (Red+Green+Blue) = 208+208+5=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D005 is #2F2FFA. Grayscale: #B9B9B9. Windows color (decimal): -3092475 or 381136. OLE color: 381136.
HSL color Cylindrical-coordinate representation of color #D0D005: hue angle of 60º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0D005 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 5 | - |
| CMYK | 0 | 0 | 0.98 | 0.18 |
| HSL | 60º | 0.95% | 0.42% | - |
| HSV(B) | 60º | 0.98% | 0.82% | - |
| XYZ | 48.6 | 58.53 | 8.88 | - |
| YUV | 184.86 | 26.5 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 5 | 0 | 0 | 0.98 | 0.18 | 60 | 0.95 | 0.42 |
| Hex | D0 | D0 | 5 | 0 | 0 | 62 | 12 | 3C | 5F | 2A |
| Octal | 320 | 320 | 5 | 0 | 0 | 142 | 22 | 74 | 137 | 52 |
| Binary | 11010000 | 11010000 | 101 | 0 | 0 | 1100010 | 10010 | 111100 | 1011111 | 101010 |
Color Harmonies of #D0D005
Complementary color
Monochromatic Colors of #D0D005
Black with #D0D005
Text Example
Text Example
White with #D0D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D005; }
p { color: rgb(208,208,5); }
H1.HeaderClassName
{
color: #D0D005;
}
.AnyTagClassName
{
color: #D0D005;
}
</style>
background-color css
<style>
a { background-color: #D0D005; }
a { background-color: rgb(208,208,5); }
div.DivClassName
{
background-color: #D0D005;
}
.BgClassName
{
background-color: #D0D005;
}
</style>
border-color css
<style>
span { border-color: #D0D005; }
span { border-color: rgb(208,208,5); }
td.TdClassName
{
border-color: #D0D005;
}
.TagClassName
{
border-color: #D0D005;
}
</style>