Shades of Bird Flower #DDD306
Tints of Bird Flower #DDD306
RGB
CMYK
RGB Variations
Color information
#DDD306 (or 0xDDD306) is known color: Bird Flower. HEX triplet: DD, D3 and 06. RGB value is (221,211,6). Sum of RGB (Red+Green+Blue) = 221+211+6=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 6 (2.73% from 255 or 1.37% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD306 is #222CF9. Grayscale: #BFBFBF. Windows color (decimal): -2239738 or 447453. OLE color: 447453.
HSL color Cylindrical-coordinate representation of color #DDD306: hue angle of 57.21º 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 #DDD306 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 6 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.13 |
| HSL | 57.21º | 0.95% | 0.45% | - |
| HSV(B) | 57.21º | 0.97% | 0.87% | - |
| XYZ | 53.15 | 61.97 | 9.33 | - |
| YUV | 190.62 | 23.81 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 6 | 0 | 0.05 | 0.97 | 0.13 | 57.21 | 0.95 | 0.45 |
| Hex | DD | D3 | 6 | 0 | 5 | 61 | D | 39 | 5F | 2D |
| Octal | 335 | 323 | 6 | 0 | 5 | 141 | 15 | 71 | 137 | 55 |
| Binary | 11011101 | 11010011 | 110 | 0 | 101 | 1100001 | 1101 | 111001 | 1011111 | 101101 |
Color Harmonies of #DDD306
Complementary color
Monochromatic Colors of #DDD306
Black with #DDD306
Text Example
Text Example
White with #DDD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD306; }
p { color: rgb(221,211,6); }
H1.HeaderClassName
{
color: #DDD306;
}
.AnyTagClassName
{
color: #DDD306;
}
</style>
background-color css
<style>
a { background-color: #DDD306; }
a { background-color: rgb(221,211,6); }
div.DivClassName
{
background-color: #DDD306;
}
.BgClassName
{
background-color: #DDD306;
}
</style>
border-color css
<style>
span { border-color: #DDD306; }
span { border-color: rgb(221,211,6); }
td.TdClassName
{
border-color: #DDD306;
}
.TagClassName
{
border-color: #DDD306;
}
</style>