Shades of Bird Flower #DDDA09
Tints of Bird Flower #DDDA09
RGB
CMYK
RGB Variations
Color information
#DDDA09 (or 0xDDDA09) is known color: Bird Flower. HEX triplet: DD, DA and 09. RGB value is (221,218,9). Sum of RGB (Red+Green+Blue) = 221+218+9=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 9 (3.91% from 255 or 2.01% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA09 is #2225F6. Grayscale: #C3C3C3. Windows color (decimal): -2237943 or 645853. OLE color: 645853.
HSL color Cylindrical-coordinate representation of color #DDDA09: hue angle of 59.15º 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 #DDDA09 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 9 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.13 |
| HSL | 59.15º | 0.92% | 0.45% | - |
| HSV(B) | 59.15º | 0.96% | 0.87% | - |
| XYZ | 54.94 | 65.53 | 10.01 | - |
| YUV | 195.07 | 22.99 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 9 | 0 | 0.01 | 0.96 | 0.13 | 59.15 | 0.92 | 0.45 |
| Hex | DD | DA | 9 | 0 | 1 | 60 | D | 3B | 5C | 2D |
| Octal | 335 | 332 | 11 | 0 | 1 | 140 | 15 | 73 | 134 | 55 |
| Binary | 11011101 | 11011010 | 1001 | 0 | 1 | 1100000 | 1101 | 111011 | 1011100 | 101101 |
Color Harmonies of #DDDA09
Complementary color
Monochromatic Colors of #DDDA09
Black with #DDDA09
Text Example
Text Example
White with #DDDA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA09; }
p { color: rgb(221,218,9); }
H1.HeaderClassName
{
color: #DDDA09;
}
.AnyTagClassName
{
color: #DDDA09;
}
</style>
background-color css
<style>
a { background-color: #DDDA09; }
a { background-color: rgb(221,218,9); }
div.DivClassName
{
background-color: #DDDA09;
}
.BgClassName
{
background-color: #DDDA09;
}
</style>
border-color css
<style>
span { border-color: #DDDA09; }
span { border-color: rgb(221,218,9); }
td.TdClassName
{
border-color: #DDDA09;
}
.TagClassName
{
border-color: #DDDA09;
}
</style>