Shades of Bird Flower #DDD009
Tints of Bird Flower #DDD009
RGB
CMYK
RGB Variations
Color information
#DDD009 (or 0xDDD009) is known color: Bird Flower. HEX triplet: DD, D0 and 09. RGB value is (221,208,9). Sum of RGB (Red+Green+Blue) = 221+208+9=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD009 is #222FF6. Grayscale: #BEBEBE. Windows color (decimal): -2240503 or 643293. OLE color: 643293.
HSL color Cylindrical-coordinate representation of color #DDD009: hue angle of 56.32º 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 #DDD009 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.13 |
| HSL | 56.32º | 0.92% | 0.45% | - |
| HSV(B) | 56.32º | 0.96% | 0.87% | - |
| XYZ | 52.42 | 60.5 | 9.17 | - |
| YUV | 189.2 | 26.31 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 9 | 0 | 0.06 | 0.96 | 0.13 | 56.32 | 0.92 | 0.45 |
| Hex | DD | D0 | 9 | 0 | 6 | 60 | D | 38 | 5C | 2D |
| Octal | 335 | 320 | 11 | 0 | 6 | 140 | 15 | 70 | 134 | 55 |
| Binary | 11011101 | 11010000 | 1001 | 0 | 110 | 1100000 | 1101 | 111000 | 1011100 | 101101 |
Color Harmonies of #DDD009
Complementary color
Monochromatic Colors of #DDD009
Black with #DDD009
Text Example
Text Example
White with #DDD009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD009; }
p { color: rgb(221,208,9); }
H1.HeaderClassName
{
color: #DDD009;
}
.AnyTagClassName
{
color: #DDD009;
}
</style>
background-color css
<style>
a { background-color: #DDD009; }
a { background-color: rgb(221,208,9); }
div.DivClassName
{
background-color: #DDD009;
}
.BgClassName
{
background-color: #DDD009;
}
</style>
border-color css
<style>
span { border-color: #DDD009; }
span { border-color: rgb(221,208,9); }
td.TdClassName
{
border-color: #DDD009;
}
.TagClassName
{
border-color: #DDD009;
}
</style>