Shades of Bird Flower #DDD001
Tints of Bird Flower #DDD001
RGB
CMYK
RGB Variations
Color information
#DDD001 (or 0xDDD001) is known color: Bird Flower. HEX triplet: DD, D0 and 01. RGB value is (221,208,1). Sum of RGB (Red+Green+Blue) = 221+208+1=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD001 is #222FFE. Grayscale: #BDBDBD. Windows color (decimal): -2240511 or 119005. OLE color: 119005.
HSL color Cylindrical-coordinate representation of color #DDD001: hue angle of 56.45º 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 #DDD001 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.13 |
| HSL | 56.45º | 0.99% | 0.44% | - |
| HSV(B) | 56.45º | 1% | 0.87% | - |
| XYZ | 52.38 | 60.49 | 8.94 | - |
| YUV | 188.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 1 | 0 | 0.06 | 1.00 | 0.13 | 56.45 | 0.99 | 0.44 |
| Hex | DD | D0 | 1 | 0 | 6 | 64 | D | 38 | 63 | 2C |
| Octal | 335 | 320 | 1 | 0 | 6 | 144 | 15 | 70 | 143 | 54 |
| Binary | 11011101 | 11010000 | 1 | 0 | 110 | 1100100 | 1101 | 111000 | 1100011 | 101100 |
Color Harmonies of #DDD001
Complementary color
Monochromatic Colors of #DDD001
Black with #DDD001
Text Example
Text Example
White with #DDD001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD001; }
p { color: rgb(221,208,1); }
H1.HeaderClassName
{
color: #DDD001;
}
.AnyTagClassName
{
color: #DDD001;
}
</style>
background-color css
<style>
a { background-color: #DDD001; }
a { background-color: rgb(221,208,1); }
div.DivClassName
{
background-color: #DDD001;
}
.BgClassName
{
background-color: #DDD001;
}
</style>
border-color css
<style>
span { border-color: #DDD001; }
span { border-color: rgb(221,208,1); }
td.TdClassName
{
border-color: #DDD001;
}
.TagClassName
{
border-color: #DDD001;
}
</style>