Shades of Bird Flower #DDD500
Tints of Bird Flower #DDD500
RGB
CMYK
RGB Variations
Color information
#DDD500 (or 0xDDD500) is known color: Bird Flower. HEX triplet: DD, D5 and 00. RGB value is (221,213,0). Sum of RGB (Red+Green+Blue) = 221+213+0=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD500 is #222AFF. Grayscale: #BFBFBF. Windows color (decimal): -2239232 or 54749. OLE color: 54749.
HSL color Cylindrical-coordinate representation of color #DDD500: hue angle of 57.83º 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 #DDD500 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.13 |
| HSL | 57.83º | 1% | 0.43% | - |
| HSV(B) | 57.83º | 1% | 0.87% | - |
| XYZ | 53.61 | 62.96 | 9.33 | - |
| YUV | 191.11 | 20.15 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 0 | 0 | 0.04 | 1 | 0.13 | 57.83 | 1 | 0.43 |
| Hex | DD | D5 | 0 | 0 | 4 | 64 | D | 3A | 64 | 2B |
| Octal | 335 | 325 | 0 | 0 | 4 | 144 | 15 | 72 | 144 | 53 |
| Binary | 11011101 | 11010101 | 0 | 0 | 100 | 1100100 | 1101 | 111010 | 1100100 | 101011 |
Color Harmonies of #DDD500
Complementary color
Monochromatic Colors of #DDD500
Black with #DDD500
Text Example
Text Example
White with #DDD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD500; }
p { color: rgb(221,213,0); }
H1.HeaderClassName
{
color: #DDD500;
}
.AnyTagClassName
{
color: #DDD500;
}
</style>
background-color css
<style>
a { background-color: #DDD500; }
a { background-color: rgb(221,213,0); }
div.DivClassName
{
background-color: #DDD500;
}
.BgClassName
{
background-color: #DDD500;
}
</style>
border-color css
<style>
span { border-color: #DDD500; }
span { border-color: rgb(221,213,0); }
td.TdClassName
{
border-color: #DDD500;
}
.TagClassName
{
border-color: #DDD500;
}
</style>