Shades of Bird Flower #DDD905
Tints of Bird Flower #DDD905
RGB
CMYK
RGB Variations
Color information
#DDD905 (or 0xDDD905) is known color: Bird Flower. HEX triplet: DD, D9 and 05. RGB value is (221,217,5). Sum of RGB (Red+Green+Blue) = 221+217+5=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD905 is #2226FA. Grayscale: #C2C2C2. Windows color (decimal): -2238203 or 383453. OLE color: 383453.
HSL color Cylindrical-coordinate representation of color #DDD905: hue angle of 58.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDD905 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.13 |
| HSL | 58.89º | 0.96% | 0.44% | - |
| HSV(B) | 58.89º | 0.98% | 0.87% | - |
| XYZ | 54.66 | 65.01 | 9.81 | - |
| YUV | 194.03 | 21.33 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 5 | 0 | 0.02 | 0.98 | 0.13 | 58.89 | 0.96 | 0.44 |
| Hex | DD | D9 | 5 | 0 | 2 | 62 | D | 3B | 60 | 2C |
| Octal | 335 | 331 | 5 | 0 | 2 | 142 | 15 | 73 | 140 | 54 |
| Binary | 11011101 | 11011001 | 101 | 0 | 10 | 1100010 | 1101 | 111011 | 1100000 | 101100 |
Color Harmonies of #DDD905
Complementary color
Monochromatic Colors of #DDD905
Black with #DDD905
Text Example
Text Example
White with #DDD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD905; }
p { color: rgb(221,217,5); }
H1.HeaderClassName
{
color: #DDD905;
}
.AnyTagClassName
{
color: #DDD905;
}
</style>
background-color css
<style>
a { background-color: #DDD905; }
a { background-color: rgb(221,217,5); }
div.DivClassName
{
background-color: #DDD905;
}
.BgClassName
{
background-color: #DDD905;
}
</style>
border-color css
<style>
span { border-color: #DDD905; }
span { border-color: rgb(221,217,5); }
td.TdClassName
{
border-color: #DDD905;
}
.TagClassName
{
border-color: #DDD905;
}
</style>