Shades of Bird Flower #DDD004
Tints of Bird Flower #DDD004
RGB
CMYK
RGB Variations
Color information
#DDD004 (or 0xDDD004) is known color: Bird Flower. HEX triplet: DD, D0 and 04. RGB value is (221,208,4). Sum of RGB (Red+Green+Blue) = 221+208+4=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 4 (1.95% from 255 or 0.92% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD004 is #222FFB. Grayscale: #BDBDBD. Windows color (decimal): -2240508 or 315613. OLE color: 315613.
HSL color Cylindrical-coordinate representation of color #DDD004: hue angle of 56.41º 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 #DDD004 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.13 |
| HSL | 56.41º | 0.96% | 0.44% | - |
| HSV(B) | 56.41º | 0.98% | 0.87% | - |
| XYZ | 52.4 | 60.49 | 9.03 | - |
| YUV | 188.63 | 23.81 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 4 | 0 | 0.06 | 0.98 | 0.13 | 56.41 | 0.96 | 0.44 |
| Hex | DD | D0 | 4 | 0 | 6 | 62 | D | 38 | 60 | 2C |
| Octal | 335 | 320 | 4 | 0 | 6 | 142 | 15 | 70 | 140 | 54 |
| Binary | 11011101 | 11010000 | 100 | 0 | 110 | 1100010 | 1101 | 111000 | 1100000 | 101100 |
Color Harmonies of #DDD004
Complementary color
Monochromatic Colors of #DDD004
Black with #DDD004
Text Example
Text Example
White with #DDD004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD004; }
p { color: rgb(221,208,4); }
H1.HeaderClassName
{
color: #DDD004;
}
.AnyTagClassName
{
color: #DDD004;
}
</style>
background-color css
<style>
a { background-color: #DDD004; }
a { background-color: rgb(221,208,4); }
div.DivClassName
{
background-color: #DDD004;
}
.BgClassName
{
background-color: #DDD004;
}
</style>
border-color css
<style>
span { border-color: #DDD004; }
span { border-color: rgb(221,208,4); }
td.TdClassName
{
border-color: #DDD004;
}
.TagClassName
{
border-color: #DDD004;
}
</style>