Shades of Bird Flower #DDD106
Tints of Bird Flower #DDD106
RGB
CMYK
RGB Variations
Color information
#DDD106 (or 0xDDD106) is known color: Bird Flower. HEX triplet: DD, D1 and 06. RGB value is (221,209,6). Sum of RGB (Red+Green+Blue) = 221+209+6=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD106 is #222EF9. Grayscale: #BEBEBE. Windows color (decimal): -2240250 or 446941. OLE color: 446941.
HSL color Cylindrical-coordinate representation of color #DDD106: hue angle of 56.65º degrees, saturation: 0.95, 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 #DDD106 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 6 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.13 |
| HSL | 56.65º | 0.95% | 0.45% | - |
| HSV(B) | 56.65º | 0.97% | 0.87% | - |
| XYZ | 52.65 | 60.99 | 9.17 | - |
| YUV | 189.45 | 24.48 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 6 | 0 | 0.05 | 0.97 | 0.13 | 56.65 | 0.95 | 0.45 |
| Hex | DD | D1 | 6 | 0 | 5 | 61 | D | 39 | 5F | 2D |
| Octal | 335 | 321 | 6 | 0 | 5 | 141 | 15 | 71 | 137 | 55 |
| Binary | 11011101 | 11010001 | 110 | 0 | 101 | 1100001 | 1101 | 111001 | 1011111 | 101101 |
Color Harmonies of #DDD106
Complementary color
Monochromatic Colors of #DDD106
Black with #DDD106
Text Example
Text Example
White with #DDD106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD106; }
p { color: rgb(221,209,6); }
H1.HeaderClassName
{
color: #DDD106;
}
.AnyTagClassName
{
color: #DDD106;
}
</style>
background-color css
<style>
a { background-color: #DDD106; }
a { background-color: rgb(221,209,6); }
div.DivClassName
{
background-color: #DDD106;
}
.BgClassName
{
background-color: #DDD106;
}
</style>
border-color css
<style>
span { border-color: #DDD106; }
span { border-color: rgb(221,209,6); }
td.TdClassName
{
border-color: #DDD106;
}
.TagClassName
{
border-color: #DDD106;
}
</style>