Shades of Bird Flower #DDD107
Tints of Bird Flower #DDD107
RGB
CMYK
RGB Variations
Color information
#DDD107 (or 0xDDD107) is known color: Bird Flower. HEX triplet: DD, D1 and 07. RGB value is (221,209,7). Sum of RGB (Red+Green+Blue) = 221+209+7=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD107 is #222EF8. Grayscale: #BEBEBE. Windows color (decimal): -2240249 or 512477. OLE color: 512477.
HSL color Cylindrical-coordinate representation of color #DDD107: hue angle of 56.64º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDD107 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.13 |
| HSL | 56.64º | 0.94% | 0.45% | - |
| HSV(B) | 56.64º | 0.97% | 0.87% | - |
| XYZ | 52.66 | 60.99 | 9.2 | - |
| YUV | 189.56 | 24.98 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 7 | 0 | 0.05 | 0.97 | 0.13 | 56.64 | 0.94 | 0.45 |
| Hex | DD | D1 | 7 | 0 | 5 | 61 | D | 39 | 5E | 2D |
| Octal | 335 | 321 | 7 | 0 | 5 | 141 | 15 | 71 | 136 | 55 |
| Binary | 11011101 | 11010001 | 111 | 0 | 101 | 1100001 | 1101 | 111001 | 1011110 | 101101 |
Color Harmonies of #DDD107
Complementary color
Monochromatic Colors of #DDD107
Black with #DDD107
Text Example
Text Example
White with #DDD107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD107; }
p { color: rgb(221,209,7); }
H1.HeaderClassName
{
color: #DDD107;
}
.AnyTagClassName
{
color: #DDD107;
}
</style>
background-color css
<style>
a { background-color: #DDD107; }
a { background-color: rgb(221,209,7); }
div.DivClassName
{
background-color: #DDD107;
}
.BgClassName
{
background-color: #DDD107;
}
</style>
border-color css
<style>
span { border-color: #DDD107; }
span { border-color: rgb(221,209,7); }
td.TdClassName
{
border-color: #DDD107;
}
.TagClassName
{
border-color: #DDD107;
}
</style>