Shades of Bird Flower #DDD002
Tints of Bird Flower #DDD002
RGB
CMYK
RGB Variations
Color information
#DDD002 (or 0xDDD002) is known color: Bird Flower. HEX triplet: DD, D0 and 02. RGB value is (221,208,2). Sum of RGB (Red+Green+Blue) = 221+208+2=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD002 is #222FFD. Grayscale: #BDBDBD. Windows color (decimal): -2240510 or 184541. OLE color: 184541.
HSL color Cylindrical-coordinate representation of color #DDD002: hue angle of 56.44º 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 #DDD002 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.13 |
| HSL | 56.44º | 0.98% | 0.44% | - |
| HSV(B) | 56.44º | 0.99% | 0.87% | - |
| XYZ | 52.39 | 60.49 | 8.97 | - |
| YUV | 188.4 | 22.81 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 2 | 0 | 0.06 | 0.99 | 0.13 | 56.44 | 0.98 | 0.44 |
| Hex | DD | D0 | 2 | 0 | 6 | 63 | D | 38 | 62 | 2C |
| Octal | 335 | 320 | 2 | 0 | 6 | 143 | 15 | 70 | 142 | 54 |
| Binary | 11011101 | 11010000 | 10 | 0 | 110 | 1100011 | 1101 | 111000 | 1100010 | 101100 |
Color Harmonies of #DDD002
Complementary color
Monochromatic Colors of #DDD002
Black with #DDD002
Text Example
Text Example
White with #DDD002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD002; }
p { color: rgb(221,208,2); }
H1.HeaderClassName
{
color: #DDD002;
}
.AnyTagClassName
{
color: #DDD002;
}
</style>
background-color css
<style>
a { background-color: #DDD002; }
a { background-color: rgb(221,208,2); }
div.DivClassName
{
background-color: #DDD002;
}
.BgClassName
{
background-color: #DDD002;
}
</style>
border-color css
<style>
span { border-color: #DDD002; }
span { border-color: rgb(221,208,2); }
td.TdClassName
{
border-color: #DDD002;
}
.TagClassName
{
border-color: #DDD002;
}
</style>