Shades of Bird Flower #DDD008
Tints of Bird Flower #DDD008
RGB
CMYK
RGB Variations
Color information
#DDD008 (or 0xDDD008) is known color: Bird Flower. HEX triplet: DD, D0 and 08. RGB value is (221,208,8). Sum of RGB (Red+Green+Blue) = 221+208+8=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD008 is #222FF7. Grayscale: #BDBDBD. Windows color (decimal): -2240504 or 577757. OLE color: 577757.
HSL color Cylindrical-coordinate representation of color #DDD008: hue angle of 56.34º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDD008 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.13 |
| HSL | 56.34º | 0.93% | 0.45% | - |
| HSV(B) | 56.34º | 0.96% | 0.87% | - |
| XYZ | 52.42 | 60.5 | 9.14 | - |
| YUV | 189.09 | 25.81 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 8 | 0 | 0.06 | 0.96 | 0.13 | 56.34 | 0.93 | 0.45 |
| Hex | DD | D0 | 8 | 0 | 6 | 60 | D | 38 | 5D | 2D |
| Octal | 335 | 320 | 10 | 0 | 6 | 140 | 15 | 70 | 135 | 55 |
| Binary | 11011101 | 11010000 | 1000 | 0 | 110 | 1100000 | 1101 | 111000 | 1011101 | 101101 |
Color Harmonies of #DDD008
Complementary color
Monochromatic Colors of #DDD008
Black with #DDD008
Text Example
Text Example
White with #DDD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD008; }
p { color: rgb(221,208,8); }
H1.HeaderClassName
{
color: #DDD008;
}
.AnyTagClassName
{
color: #DDD008;
}
</style>
background-color css
<style>
a { background-color: #DDD008; }
a { background-color: rgb(221,208,8); }
div.DivClassName
{
background-color: #DDD008;
}
.BgClassName
{
background-color: #DDD008;
}
</style>
border-color css
<style>
span { border-color: #DDD008; }
span { border-color: rgb(221,208,8); }
td.TdClassName
{
border-color: #DDD008;
}
.TagClassName
{
border-color: #DDD008;
}
</style>