Shades of Bird Flower #DDD903
Tints of Bird Flower #DDD903
RGB
CMYK
RGB Variations
Color information
#DDD903 (or 0xDDD903) is known color: Bird Flower. HEX triplet: DD, D9 and 03. RGB value is (221,217,3). Sum of RGB (Red+Green+Blue) = 221+217+3=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD903 is #2226FC. Grayscale: #C2C2C2. Windows color (decimal): -2238205 or 252381. OLE color: 252381.
HSL color Cylindrical-coordinate representation of color #DDD903: hue angle of 58.9º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDD903 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.13 |
| HSL | 58.9º | 0.97% | 0.44% | - |
| HSV(B) | 58.9º | 0.99% | 0.87% | - |
| XYZ | 54.65 | 65 | 9.75 | - |
| YUV | 193.8 | 20.33 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 3 | 0 | 0.02 | 0.99 | 0.13 | 58.9 | 0.97 | 0.44 |
| Hex | DD | D9 | 3 | 0 | 2 | 63 | D | 3B | 61 | 2C |
| Octal | 335 | 331 | 3 | 0 | 2 | 143 | 15 | 73 | 141 | 54 |
| Binary | 11011101 | 11011001 | 11 | 0 | 10 | 1100011 | 1101 | 111011 | 1100001 | 101100 |
Color Harmonies of #DDD903
Complementary color
Monochromatic Colors of #DDD903
Black with #DDD903
Text Example
Text Example
White with #DDD903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD903; }
p { color: rgb(221,217,3); }
H1.HeaderClassName
{
color: #DDD903;
}
.AnyTagClassName
{
color: #DDD903;
}
</style>
background-color css
<style>
a { background-color: #DDD903; }
a { background-color: rgb(221,217,3); }
div.DivClassName
{
background-color: #DDD903;
}
.BgClassName
{
background-color: #DDD903;
}
</style>
border-color css
<style>
span { border-color: #DDD903; }
span { border-color: rgb(221,217,3); }
td.TdClassName
{
border-color: #DDD903;
}
.TagClassName
{
border-color: #DDD903;
}
</style>