Shades of Bird Flower #DDD709
Tints of Bird Flower #DDD709
RGB
CMYK
RGB Variations
Color information
#DDD709 (or 0xDDD709) is known color: Bird Flower. HEX triplet: DD, D7 and 09. RGB value is (221,215,9). Sum of RGB (Red+Green+Blue) = 221+215+9=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 9 (3.91% from 255 or 2.02% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD709 is #2228F6. Grayscale: #C2C2C2. Windows color (decimal): -2238711 or 645085. OLE color: 645085.
HSL color Cylindrical-coordinate representation of color #DDD709: hue angle of 58.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDD709 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.13 |
| HSL | 58.3º | 0.92% | 0.45% | - |
| HSV(B) | 58.3º | 0.96% | 0.87% | - |
| XYZ | 54.17 | 63.99 | 9.76 | - |
| YUV | 193.31 | 23.99 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 9 | 0 | 0.03 | 0.96 | 0.13 | 58.3 | 0.92 | 0.45 |
| Hex | DD | D7 | 9 | 0 | 3 | 60 | D | 3A | 5C | 2D |
| Octal | 335 | 327 | 11 | 0 | 3 | 140 | 15 | 72 | 134 | 55 |
| Binary | 11011101 | 11010111 | 1001 | 0 | 11 | 1100000 | 1101 | 111010 | 1011100 | 101101 |
Color Harmonies of #DDD709
Complementary color
Monochromatic Colors of #DDD709
Black with #DDD709
Text Example
Text Example
White with #DDD709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD709; }
p { color: rgb(221,215,9); }
H1.HeaderClassName
{
color: #DDD709;
}
.AnyTagClassName
{
color: #DDD709;
}
</style>
background-color css
<style>
a { background-color: #DDD709; }
a { background-color: rgb(221,215,9); }
div.DivClassName
{
background-color: #DDD709;
}
.BgClassName
{
background-color: #DDD709;
}
</style>
border-color css
<style>
span { border-color: #DDD709; }
span { border-color: rgb(221,215,9); }
td.TdClassName
{
border-color: #DDD709;
}
.TagClassName
{
border-color: #DDD709;
}
</style>