Shades of Bird Flower #DDD104
Tints of Bird Flower #DDD104
RGB
CMYK
RGB Variations
Color information
#DDD104 (or 0xDDD104) is known color: Bird Flower. HEX triplet: DD, D1 and 04. RGB value is (221,209,4). Sum of RGB (Red+Green+Blue) = 221+209+4=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD104 is #222EFB. Grayscale: #BEBEBE. Windows color (decimal): -2240252 or 315869. OLE color: 315869.
HSL color Cylindrical-coordinate representation of color #DDD104: hue angle of 56.68º 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 #DDD104 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.13 |
| HSL | 56.68º | 0.96% | 0.44% | - |
| HSV(B) | 56.68º | 0.98% | 0.87% | - |
| XYZ | 52.64 | 60.98 | 9.11 | - |
| YUV | 189.22 | 23.48 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 4 | 0 | 0.05 | 0.98 | 0.13 | 56.68 | 0.96 | 0.44 |
| Hex | DD | D1 | 4 | 0 | 5 | 62 | D | 39 | 60 | 2C |
| Octal | 335 | 321 | 4 | 0 | 5 | 142 | 15 | 71 | 140 | 54 |
| Binary | 11011101 | 11010001 | 100 | 0 | 101 | 1100010 | 1101 | 111001 | 1100000 | 101100 |
Color Harmonies of #DDD104
Complementary color
Monochromatic Colors of #DDD104
Black with #DDD104
Text Example
Text Example
White with #DDD104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD104; }
p { color: rgb(221,209,4); }
H1.HeaderClassName
{
color: #DDD104;
}
.AnyTagClassName
{
color: #DDD104;
}
</style>
background-color css
<style>
a { background-color: #DDD104; }
a { background-color: rgb(221,209,4); }
div.DivClassName
{
background-color: #DDD104;
}
.BgClassName
{
background-color: #DDD104;
}
</style>
border-color css
<style>
span { border-color: #DDD104; }
span { border-color: rgb(221,209,4); }
td.TdClassName
{
border-color: #DDD104;
}
.TagClassName
{
border-color: #DDD104;
}
</style>