Shades of Bird Flower #DDDD06
Tints of Bird Flower #DDDD06
RGB
CMYK
RGB Variations
Color information
#DDDD06 (or 0xDDDD06) is known color: Bird Flower. HEX triplet: DD, DD and 06. RGB value is (221,221,6). Sum of RGB (Red+Green+Blue) = 221+221+6=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD06 is #2222F9. Grayscale: #C5C5C5. Windows color (decimal): -2237178 or 450013. OLE color: 450013.
HSL color Cylindrical-coordinate representation of color #DDDD06: hue angle of 60º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDDD06 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 6 | - |
| CMYK | 0 | 0 | 0.97 | 0.13 |
| HSL | 60º | 0.95% | 0.45% | - |
| HSV(B) | 60º | 0.97% | 0.87% | - |
| XYZ | 55.71 | 67.1 | 10.19 | - |
| YUV | 196.49 | 20.5 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 6 | 0 | 0 | 0.97 | 0.13 | 60 | 0.95 | 0.45 |
| Hex | DD | DD | 6 | 0 | 0 | 61 | D | 3C | 5F | 2D |
| Octal | 335 | 335 | 6 | 0 | 0 | 141 | 15 | 74 | 137 | 55 |
| Binary | 11011101 | 11011101 | 110 | 0 | 0 | 1100001 | 1101 | 111100 | 1011111 | 101101 |
Color Harmonies of #DDDD06
Complementary color
Monochromatic Colors of #DDDD06
Black with #DDDD06
Text Example
Text Example
White with #DDDD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD06; }
p { color: rgb(221,221,6); }
H1.HeaderClassName
{
color: #DDDD06;
}
.AnyTagClassName
{
color: #DDDD06;
}
</style>
background-color css
<style>
a { background-color: #DDDD06; }
a { background-color: rgb(221,221,6); }
div.DivClassName
{
background-color: #DDDD06;
}
.BgClassName
{
background-color: #DDDD06;
}
</style>
border-color css
<style>
span { border-color: #DDDD06; }
span { border-color: rgb(221,221,6); }
td.TdClassName
{
border-color: #DDDD06;
}
.TagClassName
{
border-color: #DDDD06;
}
</style>