Shades of Bird Flower #DDD700
Tints of Bird Flower #DDD700
RGB
CMYK
RGB Variations
Color information
#DDD700 (or 0xDDD700) is known color: Bird Flower. HEX triplet: DD, D7 and 00. RGB value is (221,215,0). Sum of RGB (Red+Green+Blue) = 221+215+0=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD700 is #2228FF. Grayscale: #C1C1C1. Windows color (decimal): -2238720 or 55261. OLE color: 55261.
HSL color Cylindrical-coordinate representation of color #DDD700: hue angle of 58.37º 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 #DDD700 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.13 |
| HSL | 58.37º | 1% | 0.43% | - |
| HSV(B) | 58.37º | 1% | 0.87% | - |
| XYZ | 54.12 | 63.97 | 9.5 | - |
| YUV | 192.28 | 19.49 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 0 | 0 | 0.03 | 1 | 0.13 | 58.37 | 1 | 0.43 |
| Hex | DD | D7 | 0 | 0 | 3 | 64 | D | 3A | 64 | 2B |
| Octal | 335 | 327 | 0 | 0 | 3 | 144 | 15 | 72 | 144 | 53 |
| Binary | 11011101 | 11010111 | 0 | 0 | 11 | 1100100 | 1101 | 111010 | 1100100 | 101011 |
Color Harmonies of #DDD700
Complementary color
Monochromatic Colors of #DDD700
Black with #DDD700
Text Example
Text Example
White with #DDD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD700; }
p { color: rgb(221,215,0); }
H1.HeaderClassName
{
color: #DDD700;
}
.AnyTagClassName
{
color: #DDD700;
}
</style>
background-color css
<style>
a { background-color: #DDD700; }
a { background-color: rgb(221,215,0); }
div.DivClassName
{
background-color: #DDD700;
}
.BgClassName
{
background-color: #DDD700;
}
</style>
border-color css
<style>
span { border-color: #DDD700; }
span { border-color: rgb(221,215,0); }
td.TdClassName
{
border-color: #DDD700;
}
.TagClassName
{
border-color: #DDD700;
}
</style>