Shades of Bird Flower #DDD501
Tints of Bird Flower #DDD501
RGB
CMYK
RGB Variations
Color information
#DDD501 (or 0xDDD501) is known color: Bird Flower. HEX triplet: DD, D5 and 01. RGB value is (221,213,1). Sum of RGB (Red+Green+Blue) = 221+213+1=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD501 is #222AFE. Grayscale: #C0C0C0. Windows color (decimal): -2239231 or 120285. OLE color: 120285.
HSL color Cylindrical-coordinate representation of color #DDD501: hue angle of 57.82º 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 #DDD501 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.13 |
| HSL | 57.82º | 0.99% | 0.44% | - |
| HSV(B) | 57.82º | 1% | 0.87% | - |
| XYZ | 53.62 | 62.96 | 9.36 | - |
| YUV | 191.22 | 20.65 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 1 | 0 | 0.04 | 1.00 | 0.13 | 57.82 | 0.99 | 0.44 |
| Hex | DD | D5 | 1 | 0 | 4 | 64 | D | 3A | 63 | 2C |
| Octal | 335 | 325 | 1 | 0 | 4 | 144 | 15 | 72 | 143 | 54 |
| Binary | 11011101 | 11010101 | 1 | 0 | 100 | 1100100 | 1101 | 111010 | 1100011 | 101100 |
Color Harmonies of #DDD501
Complementary color
Monochromatic Colors of #DDD501
Black with #DDD501
Text Example
Text Example
White with #DDD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD501; }
p { color: rgb(221,213,1); }
H1.HeaderClassName
{
color: #DDD501;
}
.AnyTagClassName
{
color: #DDD501;
}
</style>
background-color css
<style>
a { background-color: #DDD501; }
a { background-color: rgb(221,213,1); }
div.DivClassName
{
background-color: #DDD501;
}
.BgClassName
{
background-color: #DDD501;
}
</style>
border-color css
<style>
span { border-color: #DDD501; }
span { border-color: rgb(221,213,1); }
td.TdClassName
{
border-color: #DDD501;
}
.TagClassName
{
border-color: #DDD501;
}
</style>