Shades of Bird Flower #DDD10A
Tints of Bird Flower #DDD10A
RGB
CMYK
RGB Variations
Color information
#DDD10A (or 0xDDD10A) is known color: Bird Flower. HEX triplet: DD, D1 and 0A. RGB value is (221,209,10). Sum of RGB (Red+Green+Blue) = 221+209+10=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD10A is #222EF5. Grayscale: #BEBEBE. Windows color (decimal): -2240246 or 709085. OLE color: 709085.
HSL color Cylindrical-coordinate representation of color #DDD10A: hue angle of 56.59º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDD10A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.13 |
| HSL | 56.59º | 0.91% | 0.45% | - |
| HSV(B) | 56.59º | 0.95% | 0.87% | - |
| XYZ | 52.67 | 61 | 9.28 | - |
| YUV | 189.9 | 26.48 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 10 | 0 | 0.05 | 0.95 | 0.13 | 56.59 | 0.91 | 0.45 |
| Hex | DD | D1 | A | 0 | 5 | 5F | D | 39 | 5B | 2D |
| Octal | 335 | 321 | 12 | 0 | 5 | 137 | 15 | 71 | 133 | 55 |
| Binary | 11011101 | 11010001 | 1010 | 0 | 101 | 1011111 | 1101 | 111001 | 1011011 | 101101 |
Color Harmonies of #DDD10A
Complementary color
Monochromatic Colors of #DDD10A
Black with #DDD10A
Text Example
Text Example
White with #DDD10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD10A; }
p { color: rgb(221,209,10); }
H1.HeaderClassName
{
color: #DDD10A;
}
.AnyTagClassName
{
color: #DDD10A;
}
</style>
background-color css
<style>
a { background-color: #DDD10A; }
a { background-color: rgb(221,209,10); }
div.DivClassName
{
background-color: #DDD10A;
}
.BgClassName
{
background-color: #DDD10A;
}
</style>
border-color css
<style>
span { border-color: #DDD10A; }
span { border-color: rgb(221,209,10); }
td.TdClassName
{
border-color: #DDD10A;
}
.TagClassName
{
border-color: #DDD10A;
}
</style>