Shades of Bird Flower #DDD70B
Tints of Bird Flower #DDD70B
RGB
CMYK
RGB Variations
Color information
#DDD70B (or 0xDDD70B) is known color: Bird Flower. HEX triplet: DD, D7 and 0B. RGB value is (221,215,11). Sum of RGB (Red+Green+Blue) = 221+215+11=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD70B is #2228F4. Grayscale: #C2C2C2. Windows color (decimal): -2238709 or 776157. OLE color: 776157.
HSL color Cylindrical-coordinate representation of color #DDD70B: hue angle of 58.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDD70B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.13 |
| HSL | 58.29º | 0.91% | 0.45% | - |
| HSV(B) | 58.29º | 0.95% | 0.87% | - |
| XYZ | 54.18 | 64 | 9.81 | - |
| YUV | 193.54 | 24.99 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 11 | 0 | 0.03 | 0.95 | 0.13 | 58.29 | 0.91 | 0.45 |
| Hex | DD | D7 | B | 0 | 3 | 5F | D | 3A | 5B | 2D |
| Octal | 335 | 327 | 13 | 0 | 3 | 137 | 15 | 72 | 133 | 55 |
| Binary | 11011101 | 11010111 | 1011 | 0 | 11 | 1011111 | 1101 | 111010 | 1011011 | 101101 |
Color Harmonies of #DDD70B
Complementary color
Monochromatic Colors of #DDD70B
Black with #DDD70B
Text Example
Text Example
White with #DDD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD70B; }
p { color: rgb(221,215,11); }
H1.HeaderClassName
{
color: #DDD70B;
}
.AnyTagClassName
{
color: #DDD70B;
}
</style>
background-color css
<style>
a { background-color: #DDD70B; }
a { background-color: rgb(221,215,11); }
div.DivClassName
{
background-color: #DDD70B;
}
.BgClassName
{
background-color: #DDD70B;
}
</style>
border-color css
<style>
span { border-color: #DDD70B; }
span { border-color: rgb(221,215,11); }
td.TdClassName
{
border-color: #DDD70B;
}
.TagClassName
{
border-color: #DDD70B;
}
</style>