Shades of Bird Flower #DDD40A
Tints of Bird Flower #DDD40A
RGB
CMYK
RGB Variations
Color information
#DDD40A (or 0xDDD40A) is known color: Bird Flower. HEX triplet: DD, D4 and 0A. RGB value is (221,212,10). Sum of RGB (Red+Green+Blue) = 221+212+10=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD40A is #222BF5. Grayscale: #C0C0C0. Windows color (decimal): -2239478 or 709853. OLE color: 709853.
HSL color Cylindrical-coordinate representation of color #DDD40A: hue angle of 57.44º 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 #DDD40A is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 10 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.13 |
| HSL | 57.44º | 0.91% | 0.45% | - |
| HSV(B) | 57.44º | 0.95% | 0.87% | - |
| XYZ | 53.42 | 62.48 | 9.53 | - |
| YUV | 191.66 | 25.48 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 10 | 0 | 0.04 | 0.95 | 0.13 | 57.44 | 0.91 | 0.45 |
| Hex | DD | D4 | A | 0 | 4 | 5F | D | 39 | 5B | 2D |
| Octal | 335 | 324 | 12 | 0 | 4 | 137 | 15 | 71 | 133 | 55 |
| Binary | 11011101 | 11010100 | 1010 | 0 | 100 | 1011111 | 1101 | 111001 | 1011011 | 101101 |
Color Harmonies of #DDD40A
Complementary color
Monochromatic Colors of #DDD40A
Black with #DDD40A
Text Example
Text Example
White with #DDD40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD40A; }
p { color: rgb(221,212,10); }
H1.HeaderClassName
{
color: #DDD40A;
}
.AnyTagClassName
{
color: #DDD40A;
}
</style>
background-color css
<style>
a { background-color: #DDD40A; }
a { background-color: rgb(221,212,10); }
div.DivClassName
{
background-color: #DDD40A;
}
.BgClassName
{
background-color: #DDD40A;
}
</style>
border-color css
<style>
span { border-color: #DDD40A; }
span { border-color: rgb(221,212,10); }
td.TdClassName
{
border-color: #DDD40A;
}
.TagClassName
{
border-color: #DDD40A;
}
</style>