Shades of Bird Flower #DDD605
Tints of Bird Flower #DDD605
RGB
CMYK
RGB Variations
Color information
#DDD605 (or 0xDDD605) is known color: Bird Flower. HEX triplet: DD, D6 and 05. RGB value is (221,214,5). Sum of RGB (Red+Green+Blue) = 221+214+5=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD605 is #2229FA. Grayscale: #C1C1C1. Windows color (decimal): -2238971 or 382685. OLE color: 382685.
HSL color Cylindrical-coordinate representation of color #DDD605: hue angle of 58.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDD605 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.13 |
| HSL | 58.06º | 0.96% | 0.44% | - |
| HSV(B) | 58.06º | 0.98% | 0.87% | - |
| XYZ | 53.89 | 63.48 | 9.56 | - |
| YUV | 192.27 | 22.32 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 5 | 0 | 0.03 | 0.98 | 0.13 | 58.06 | 0.96 | 0.44 |
| Hex | DD | D6 | 5 | 0 | 3 | 62 | D | 3A | 60 | 2C |
| Octal | 335 | 326 | 5 | 0 | 3 | 142 | 15 | 72 | 140 | 54 |
| Binary | 11011101 | 11010110 | 101 | 0 | 11 | 1100010 | 1101 | 111010 | 1100000 | 101100 |
Color Harmonies of #DDD605
Complementary color
Monochromatic Colors of #DDD605
Black with #DDD605
Text Example
Text Example
White with #DDD605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD605; }
p { color: rgb(221,214,5); }
H1.HeaderClassName
{
color: #DDD605;
}
.AnyTagClassName
{
color: #DDD605;
}
</style>
background-color css
<style>
a { background-color: #DDD605; }
a { background-color: rgb(221,214,5); }
div.DivClassName
{
background-color: #DDD605;
}
.BgClassName
{
background-color: #DDD605;
}
</style>
border-color css
<style>
span { border-color: #DDD605; }
span { border-color: rgb(221,214,5); }
td.TdClassName
{
border-color: #DDD605;
}
.TagClassName
{
border-color: #DDD605;
}
</style>