Shades of Bird Flower #DDD200
Tints of Bird Flower #DDD200
RGB
CMYK
RGB Variations
Color information
#DDD200 (or 0xDDD200) is known color: Bird Flower. HEX triplet: DD, D2 and 00. RGB value is (221,210,0). Sum of RGB (Red+Green+Blue) = 221+210+0=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD200 is #222DFF. Grayscale: #BEBEBE. Windows color (decimal): -2240000 or 53981. OLE color: 53981.
HSL color Cylindrical-coordinate representation of color #DDD200: hue angle of 57.01º 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 #DDD200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.13 |
| HSL | 57.01º | 1% | 0.43% | - |
| HSV(B) | 57.01º | 1% | 0.87% | - |
| XYZ | 52.87 | 61.47 | 9.08 | - |
| YUV | 189.35 | 21.14 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 0 | 0 | 0.05 | 1 | 0.13 | 57.01 | 1 | 0.43 |
| Hex | DD | D2 | 0 | 0 | 5 | 64 | D | 39 | 64 | 2B |
| Octal | 335 | 322 | 0 | 0 | 5 | 144 | 15 | 71 | 144 | 53 |
| Binary | 11011101 | 11010010 | 0 | 0 | 101 | 1100100 | 1101 | 111001 | 1100100 | 101011 |
Color Harmonies of #DDD200
Complementary color
Monochromatic Colors of #DDD200
Black with #DDD200
Text Example
Text Example
White with #DDD200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD200; }
p { color: rgb(221,210,0); }
H1.HeaderClassName
{
color: #DDD200;
}
.AnyTagClassName
{
color: #DDD200;
}
</style>
background-color css
<style>
a { background-color: #DDD200; }
a { background-color: rgb(221,210,0); }
div.DivClassName
{
background-color: #DDD200;
}
.BgClassName
{
background-color: #DDD200;
}
</style>
border-color css
<style>
span { border-color: #DDD200; }
span { border-color: rgb(221,210,0); }
td.TdClassName
{
border-color: #DDD200;
}
.TagClassName
{
border-color: #DDD200;
}
</style>