Shades of Bird Flower #DDD401
Tints of Bird Flower #DDD401
RGB
CMYK
RGB Variations
Color information
#DDD401 (or 0xDDD401) is known color: Bird Flower. HEX triplet: DD, D4 and 01. RGB value is (221,212,1). Sum of RGB (Red+Green+Blue) = 221+212+1=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD401 is #222BFE. Grayscale: #BFBFBF. Windows color (decimal): -2239487 or 120029. OLE color: 120029.
HSL color Cylindrical-coordinate representation of color #DDD401: hue angle of 57.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDD401 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.13 |
| HSL | 57.55º | 0.99% | 0.44% | - |
| HSV(B) | 57.55º | 1% | 0.87% | - |
| XYZ | 53.37 | 62.46 | 9.27 | - |
| YUV | 190.64 | 20.98 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 1 | 0 | 0.04 | 1.00 | 0.13 | 57.55 | 0.99 | 0.44 |
| Hex | DD | D4 | 1 | 0 | 4 | 64 | D | 3A | 63 | 2C |
| Octal | 335 | 324 | 1 | 0 | 4 | 144 | 15 | 72 | 143 | 54 |
| Binary | 11011101 | 11010100 | 1 | 0 | 100 | 1100100 | 1101 | 111010 | 1100011 | 101100 |
Color Harmonies of #DDD401
Complementary color
Monochromatic Colors of #DDD401
Black with #DDD401
Text Example
Text Example
White with #DDD401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD401; }
p { color: rgb(221,212,1); }
H1.HeaderClassName
{
color: #DDD401;
}
.AnyTagClassName
{
color: #DDD401;
}
</style>
background-color css
<style>
a { background-color: #DDD401; }
a { background-color: rgb(221,212,1); }
div.DivClassName
{
background-color: #DDD401;
}
.BgClassName
{
background-color: #DDD401;
}
</style>
border-color css
<style>
span { border-color: #DDD401; }
span { border-color: rgb(221,212,1); }
td.TdClassName
{
border-color: #DDD401;
}
.TagClassName
{
border-color: #DDD401;
}
</style>