Shades of Bird Flower #DDD604
Tints of Bird Flower #DDD604
RGB
CMYK
RGB Variations
Color information
#DDD604 (or 0xDDD604) is known color: Bird Flower. HEX triplet: DD, D6 and 04. RGB value is (221,214,4). Sum of RGB (Red+Green+Blue) = 221+214+4=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 4 (1.95% from 255 or 0.91% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD604 is #2229FB. Grayscale: #C1C1C1. Windows color (decimal): -2238972 or 317149. OLE color: 317149.
HSL color Cylindrical-coordinate representation of color #DDD604: hue angle of 58.06º 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 #DDD604 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.13 |
| HSL | 58.06º | 0.96% | 0.44% | - |
| HSV(B) | 58.06º | 0.98% | 0.87% | - |
| XYZ | 53.89 | 63.47 | 9.53 | - |
| YUV | 192.15 | 21.82 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 4 | 0 | 0.03 | 0.98 | 0.13 | 58.06 | 0.96 | 0.44 |
| Hex | DD | D6 | 4 | 0 | 3 | 62 | D | 3A | 60 | 2C |
| Octal | 335 | 326 | 4 | 0 | 3 | 142 | 15 | 72 | 140 | 54 |
| Binary | 11011101 | 11010110 | 100 | 0 | 11 | 1100010 | 1101 | 111010 | 1100000 | 101100 |
Color Harmonies of #DDD604
Complementary color
Monochromatic Colors of #DDD604
Black with #DDD604
Text Example
Text Example
White with #DDD604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD604; }
p { color: rgb(221,214,4); }
H1.HeaderClassName
{
color: #DDD604;
}
.AnyTagClassName
{
color: #DDD604;
}
</style>
background-color css
<style>
a { background-color: #DDD604; }
a { background-color: rgb(221,214,4); }
div.DivClassName
{
background-color: #DDD604;
}
.BgClassName
{
background-color: #DDD604;
}
</style>
border-color css
<style>
span { border-color: #DDD604; }
span { border-color: rgb(221,214,4); }
td.TdClassName
{
border-color: #DDD604;
}
.TagClassName
{
border-color: #DDD604;
}
</style>