Shades of Bird Flower #DDD100
Tints of Bird Flower #DDD100
RGB
CMYK
RGB Variations
Color information
#DDD100 (or 0xDDD100) is known color: Bird Flower. HEX triplet: DD, D1 and 00. RGB value is (221,209,0). Sum of RGB (Red+Green+Blue) = 221+209+0=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD100 is #222EFF. Grayscale: #BDBDBD. Windows color (decimal): -2240256 or 53725. OLE color: 53725.
HSL color Cylindrical-coordinate representation of color #DDD100: hue angle of 56.74º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDD100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.13 |
| HSL | 56.74º | 1% | 0.43% | - |
| HSV(B) | 56.74º | 1% | 0.87% | - |
| XYZ | 52.62 | 60.97 | 9 | - |
| YUV | 188.76 | 21.48 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 0 | 0 | 0.05 | 1 | 0.13 | 56.74 | 1 | 0.43 |
| Hex | DD | D1 | 0 | 0 | 5 | 64 | D | 39 | 64 | 2B |
| Octal | 335 | 321 | 0 | 0 | 5 | 144 | 15 | 71 | 144 | 53 |
| Binary | 11011101 | 11010001 | 0 | 0 | 101 | 1100100 | 1101 | 111001 | 1100100 | 101011 |
Color Harmonies of #DDD100
Complementary color
Monochromatic Colors of #DDD100
Black with #DDD100
Text Example
Text Example
White with #DDD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD100; }
p { color: rgb(221,209,0); }
H1.HeaderClassName
{
color: #DDD100;
}
.AnyTagClassName
{
color: #DDD100;
}
</style>
background-color css
<style>
a { background-color: #DDD100; }
a { background-color: rgb(221,209,0); }
div.DivClassName
{
background-color: #DDD100;
}
.BgClassName
{
background-color: #DDD100;
}
</style>
border-color css
<style>
span { border-color: #DDD100; }
span { border-color: rgb(221,209,0); }
td.TdClassName
{
border-color: #DDD100;
}
.TagClassName
{
border-color: #DDD100;
}
</style>