Shades of Bird Flower #DDD502
Tints of Bird Flower #DDD502
RGB
CMYK
RGB Variations
Color information
#DDD502 (or 0xDDD502) is known color: Bird Flower. HEX triplet: DD, D5 and 02. RGB value is (221,213,2). Sum of RGB (Red+Green+Blue) = 221+213+2=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD502 is #222AFD. Grayscale: #C0C0C0. Windows color (decimal): -2239230 or 185821. OLE color: 185821.
HSL color Cylindrical-coordinate representation of color #DDD502: hue angle of 57.81º degrees, saturation: 0.98, 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 #DDD502 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.13 |
| HSL | 57.81º | 0.98% | 0.44% | - |
| HSV(B) | 57.81º | 0.99% | 0.87% | - |
| XYZ | 53.62 | 62.97 | 9.38 | - |
| YUV | 191.34 | 21.15 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 2 | 0 | 0.04 | 0.99 | 0.13 | 57.81 | 0.98 | 0.44 |
| Hex | DD | D5 | 2 | 0 | 4 | 63 | D | 3A | 62 | 2C |
| Octal | 335 | 325 | 2 | 0 | 4 | 143 | 15 | 72 | 142 | 54 |
| Binary | 11011101 | 11010101 | 10 | 0 | 100 | 1100011 | 1101 | 111010 | 1100010 | 101100 |
Color Harmonies of #DDD502
Complementary color
Monochromatic Colors of #DDD502
Black with #DDD502
Text Example
Text Example
White with #DDD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD502; }
p { color: rgb(221,213,2); }
H1.HeaderClassName
{
color: #DDD502;
}
.AnyTagClassName
{
color: #DDD502;
}
</style>
background-color css
<style>
a { background-color: #DDD502; }
a { background-color: rgb(221,213,2); }
div.DivClassName
{
background-color: #DDD502;
}
.BgClassName
{
background-color: #DDD502;
}
</style>
border-color css
<style>
span { border-color: #DDD502; }
span { border-color: rgb(221,213,2); }
td.TdClassName
{
border-color: #DDD502;
}
.TagClassName
{
border-color: #DDD502;
}
</style>