Shades of Bird Flower #D0D105
Tints of Bird Flower #D0D105
RGB
CMYK
RGB Variations
Color information
#D0D105 (or 0xD0D105) is known color: Bird Flower. HEX triplet: D0, D1 and 05. RGB value is (208,209,5). Sum of RGB (Red+Green+Blue) = 208+209+5=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D105 is #2F2EFA. Grayscale: #BABABA. Windows color (decimal): -3092219 or 381392. OLE color: 381392.
HSL color Cylindrical-coordinate representation of color #D0D105: hue angle of 60.29º 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 #D0D105 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 5 | - |
| CMYK | 0.00 | 0 | 0.98 | 0.18 |
| HSL | 60.29º | 0.95% | 0.42% | - |
| HSV(B) | 60.29º | 0.98% | 0.82% | - |
| XYZ | 48.84 | 59.02 | 8.96 | - |
| YUV | 185.45 | 26.17 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 5 | 0.00 | 0 | 0.98 | 0.18 | 60.29 | 0.95 | 0.42 |
| Hex | D0 | D1 | 5 | 0 | 0 | 62 | 12 | 3C | 5F | 2A |
| Octal | 320 | 321 | 5 | 0 | 0 | 142 | 22 | 74 | 137 | 52 |
| Binary | 11010000 | 11010001 | 101 | 0 | 0 | 1100010 | 10010 | 111100 | 1011111 | 101010 |
Color Harmonies of #D0D105
Complementary color
Monochromatic Colors of #D0D105
Black with #D0D105
Text Example
Text Example
White with #D0D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D105; }
p { color: rgb(208,209,5); }
H1.HeaderClassName
{
color: #D0D105;
}
.AnyTagClassName
{
color: #D0D105;
}
</style>
background-color css
<style>
a { background-color: #D0D105; }
a { background-color: rgb(208,209,5); }
div.DivClassName
{
background-color: #D0D105;
}
.BgClassName
{
background-color: #D0D105;
}
</style>
border-color css
<style>
span { border-color: #D0D105; }
span { border-color: rgb(208,209,5); }
td.TdClassName
{
border-color: #D0D105;
}
.TagClassName
{
border-color: #D0D105;
}
</style>