Shades of Bird Flower #DDD707
Tints of Bird Flower #DDD707
RGB
CMYK
RGB Variations
Color information
#DDD707 (or 0xDDD707) is known color: Bird Flower. HEX triplet: DD, D7 and 07. RGB value is (221,215,7). Sum of RGB (Red+Green+Blue) = 221+215+7=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD707 is #2228F8. Grayscale: #C1C1C1. Windows color (decimal): -2238713 or 514013. OLE color: 514013.
HSL color Cylindrical-coordinate representation of color #DDD707: hue angle of 58.32º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDD707 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 7 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.13 |
| HSL | 58.32º | 0.94% | 0.45% | - |
| HSV(B) | 58.32º | 0.97% | 0.87% | - |
| XYZ | 54.16 | 63.99 | 9.7 | - |
| YUV | 193.08 | 22.99 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 7 | 0 | 0.03 | 0.97 | 0.13 | 58.32 | 0.94 | 0.45 |
| Hex | DD | D7 | 7 | 0 | 3 | 61 | D | 3A | 5E | 2D |
| Octal | 335 | 327 | 7 | 0 | 3 | 141 | 15 | 72 | 136 | 55 |
| Binary | 11011101 | 11010111 | 111 | 0 | 11 | 1100001 | 1101 | 111010 | 1011110 | 101101 |
Color Harmonies of #DDD707
Complementary color
Monochromatic Colors of #DDD707
Black with #DDD707
Text Example
Text Example
White with #DDD707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD707; }
p { color: rgb(221,215,7); }
H1.HeaderClassName
{
color: #DDD707;
}
.AnyTagClassName
{
color: #DDD707;
}
</style>
background-color css
<style>
a { background-color: #DDD707; }
a { background-color: rgb(221,215,7); }
div.DivClassName
{
background-color: #DDD707;
}
.BgClassName
{
background-color: #DDD707;
}
</style>
border-color css
<style>
span { border-color: #DDD707; }
span { border-color: rgb(221,215,7); }
td.TdClassName
{
border-color: #DDD707;
}
.TagClassName
{
border-color: #DDD707;
}
</style>