Shades of Bird Flower #DDD307
Tints of Bird Flower #DDD307
RGB
CMYK
RGB Variations
Color information
#DDD307 (or 0xDDD307) is known color: Bird Flower. HEX triplet: DD, D3 and 07. RGB value is (221,211,7). Sum of RGB (Red+Green+Blue) = 221+211+7=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD307 is #222CF8. Grayscale: #BFBFBF. Windows color (decimal): -2239737 or 512989. OLE color: 512989.
HSL color Cylindrical-coordinate representation of color #DDD307: hue angle of 57.2º 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 #DDD307 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.13 |
| HSL | 57.2º | 0.94% | 0.45% | - |
| HSV(B) | 57.2º | 0.97% | 0.87% | - |
| XYZ | 53.15 | 61.98 | 9.36 | - |
| YUV | 190.73 | 24.31 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 7 | 0 | 0.05 | 0.97 | 0.13 | 57.2 | 0.94 | 0.45 |
| Hex | DD | D3 | 7 | 0 | 5 | 61 | D | 39 | 5E | 2D |
| Octal | 335 | 323 | 7 | 0 | 5 | 141 | 15 | 71 | 136 | 55 |
| Binary | 11011101 | 11010011 | 111 | 0 | 101 | 1100001 | 1101 | 111001 | 1011110 | 101101 |
Color Harmonies of #DDD307
Complementary color
Monochromatic Colors of #DDD307
Black with #DDD307
Text Example
Text Example
White with #DDD307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD307; }
p { color: rgb(221,211,7); }
H1.HeaderClassName
{
color: #DDD307;
}
.AnyTagClassName
{
color: #DDD307;
}
</style>
background-color css
<style>
a { background-color: #DDD307; }
a { background-color: rgb(221,211,7); }
div.DivClassName
{
background-color: #DDD307;
}
.BgClassName
{
background-color: #DDD307;
}
</style>
border-color css
<style>
span { border-color: #DDD307; }
span { border-color: rgb(221,211,7); }
td.TdClassName
{
border-color: #DDD307;
}
.TagClassName
{
border-color: #DDD307;
}
</style>