Shades of Bird Flower #DDD103
Tints of Bird Flower #DDD103
RGB
CMYK
RGB Variations
Color information
#DDD103 (or 0xDDD103) is known color: Bird Flower. HEX triplet: DD, D1 and 03. RGB value is (221,209,3). Sum of RGB (Red+Green+Blue) = 221+209+3=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD103 is #222EFC. Grayscale: #BDBDBD. Windows color (decimal): -2240253 or 250333. OLE color: 250333.
HSL color Cylindrical-coordinate representation of color #DDD103: hue angle of 56.7º 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 #DDD103 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.13 |
| HSL | 56.7º | 0.97% | 0.44% | - |
| HSV(B) | 56.7º | 0.99% | 0.87% | - |
| XYZ | 52.64 | 60.98 | 9.08 | - |
| YUV | 189.1 | 22.98 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 3 | 0 | 0.05 | 0.99 | 0.13 | 56.7 | 0.97 | 0.44 |
| Hex | DD | D1 | 3 | 0 | 5 | 63 | D | 39 | 61 | 2C |
| Octal | 335 | 321 | 3 | 0 | 5 | 143 | 15 | 71 | 141 | 54 |
| Binary | 11011101 | 11010001 | 11 | 0 | 101 | 1100011 | 1101 | 111001 | 1100001 | 101100 |
Color Harmonies of #DDD103
Complementary color
Monochromatic Colors of #DDD103
Black with #DDD103
Text Example
Text Example
White with #DDD103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD103; }
p { color: rgb(221,209,3); }
H1.HeaderClassName
{
color: #DDD103;
}
.AnyTagClassName
{
color: #DDD103;
}
</style>
background-color css
<style>
a { background-color: #DDD103; }
a { background-color: rgb(221,209,3); }
div.DivClassName
{
background-color: #DDD103;
}
.BgClassName
{
background-color: #DDD103;
}
</style>
border-color css
<style>
span { border-color: #DDD103; }
span { border-color: rgb(221,209,3); }
td.TdClassName
{
border-color: #DDD103;
}
.TagClassName
{
border-color: #DDD103;
}
</style>