Shades of Bird Flower #DDD60A
Tints of Bird Flower #DDD60A
RGB
CMYK
RGB Variations
Color information
#DDD60A (or 0xDDD60A) is known color: Bird Flower. HEX triplet: DD, D6 and 0A. RGB value is (221,214,10). Sum of RGB (Red+Green+Blue) = 221+214+10=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD60A is #2229F5. Grayscale: #C1C1C1. Windows color (decimal): -2238966 or 710365. OLE color: 710365.
HSL color Cylindrical-coordinate representation of color #DDD60A: hue angle of 58.01º 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 #DDD60A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.13 |
| HSL | 58.01º | 0.91% | 0.45% | - |
| HSV(B) | 58.01º | 0.95% | 0.87% | - |
| XYZ | 53.92 | 63.49 | 9.7 | - |
| YUV | 192.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 10 | 0 | 0.03 | 0.95 | 0.13 | 58.01 | 0.91 | 0.45 |
| Hex | DD | D6 | A | 0 | 3 | 5F | D | 3A | 5B | 2D |
| Octal | 335 | 326 | 12 | 0 | 3 | 137 | 15 | 72 | 133 | 55 |
| Binary | 11011101 | 11010110 | 1010 | 0 | 11 | 1011111 | 1101 | 111010 | 1011011 | 101101 |
Color Harmonies of #DDD60A
Complementary color
Monochromatic Colors of #DDD60A
Black with #DDD60A
Text Example
Text Example
White with #DDD60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD60A; }
p { color: rgb(221,214,10); }
H1.HeaderClassName
{
color: #DDD60A;
}
.AnyTagClassName
{
color: #DDD60A;
}
</style>
background-color css
<style>
a { background-color: #DDD60A; }
a { background-color: rgb(221,214,10); }
div.DivClassName
{
background-color: #DDD60A;
}
.BgClassName
{
background-color: #DDD60A;
}
</style>
border-color css
<style>
span { border-color: #DDD60A; }
span { border-color: rgb(221,214,10); }
td.TdClassName
{
border-color: #DDD60A;
}
.TagClassName
{
border-color: #DDD60A;
}
</style>