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