Shades of Bird Flower #DDD405
Tints of Bird Flower #DDD405
RGB
CMYK
RGB Variations
Color information
#DDD405 (or 0xDDD405) is known color: Bird Flower. HEX triplet: DD, D4 and 05. RGB value is (221,212,5). Sum of RGB (Red+Green+Blue) = 221+212+5=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD405 is #222BFA. Grayscale: #BFBFBF. Windows color (decimal): -2239483 or 382173. OLE color: 382173.
HSL color Cylindrical-coordinate representation of color #DDD405: hue angle of 57.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDD405 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.13 |
| HSL | 57.5º | 0.96% | 0.44% | - |
| HSV(B) | 57.5º | 0.98% | 0.87% | - |
| XYZ | 53.39 | 62.47 | 9.39 | - |
| YUV | 191.09 | 22.98 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 5 | 0 | 0.04 | 0.98 | 0.13 | 57.5 | 0.96 | 0.44 |
| Hex | DD | D4 | 5 | 0 | 4 | 62 | D | 3A | 60 | 2C |
| Octal | 335 | 324 | 5 | 0 | 4 | 142 | 15 | 72 | 140 | 54 |
| Binary | 11011101 | 11010100 | 101 | 0 | 100 | 1100010 | 1101 | 111010 | 1100000 | 101100 |
Color Harmonies of #DDD405
Complementary color
Monochromatic Colors of #DDD405
Black with #DDD405
Text Example
Text Example
White with #DDD405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD405; }
p { color: rgb(221,212,5); }
H1.HeaderClassName
{
color: #DDD405;
}
.AnyTagClassName
{
color: #DDD405;
}
</style>
background-color css
<style>
a { background-color: #DDD405; }
a { background-color: rgb(221,212,5); }
div.DivClassName
{
background-color: #DDD405;
}
.BgClassName
{
background-color: #DDD405;
}
</style>
border-color css
<style>
span { border-color: #DDD405; }
span { border-color: rgb(221,212,5); }
td.TdClassName
{
border-color: #DDD405;
}
.TagClassName
{
border-color: #DDD405;
}
</style>