Shades of Bird Flower #DDCD00
Tints of Bird Flower #DDCD00
RGB
CMYK
RGB Variations
Color information
#DDCD00 (or 0xDDCD00) is known color: Bird Flower. HEX triplet: DD, CD and 00. RGB value is (221,205,0). Sum of RGB (Red+Green+Blue) = 221+205+0=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD00 is #2232FF. Grayscale: #BBBBBB. Windows color (decimal): -2241280 or 52701. OLE color: 52701.
HSL color Cylindrical-coordinate representation of color #DDCD00: hue angle of 55.66º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDCD00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.13 |
| HSL | 55.66º | 1% | 0.43% | - |
| HSV(B) | 55.66º | 1% | 0.87% | - |
| XYZ | 51.65 | 59.03 | 8.67 | - |
| YUV | 186.41 | 22.8 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 0 | 0 | 0.07 | 1 | 0.13 | 55.66 | 1 | 0.43 |
| Hex | DD | CD | 0 | 0 | 7 | 64 | D | 38 | 64 | 2B |
| Octal | 335 | 315 | 0 | 0 | 7 | 144 | 15 | 70 | 144 | 53 |
| Binary | 11011101 | 11001101 | 0 | 0 | 111 | 1100100 | 1101 | 111000 | 1100100 | 101011 |
Color Harmonies of #DDCD00
Complementary color
Monochromatic Colors of #DDCD00
Black with #DDCD00
Text Example
Text Example
White with #DDCD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD00; }
p { color: rgb(221,205,0); }
H1.HeaderClassName
{
color: #DDCD00;
}
.AnyTagClassName
{
color: #DDCD00;
}
</style>
background-color css
<style>
a { background-color: #DDCD00; }
a { background-color: rgb(221,205,0); }
div.DivClassName
{
background-color: #DDCD00;
}
.BgClassName
{
background-color: #DDCD00;
}
</style>
border-color css
<style>
span { border-color: #DDCD00; }
span { border-color: rgb(221,205,0); }
td.TdClassName
{
border-color: #DDCD00;
}
.TagClassName
{
border-color: #DDCD00;
}
</style>