Shades of Bird Flower #DDDA08
Tints of Bird Flower #DDDA08
RGB
CMYK
RGB Variations
Color information
#DDDA08 (or 0xDDDA08) is known color: Bird Flower. HEX triplet: DD, DA and 08. RGB value is (221,218,8). Sum of RGB (Red+Green+Blue) = 221+218+8=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 8 (3.52% from 255 or 1.79% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDA08 is #2225F7. Grayscale: #C3C3C3. Windows color (decimal): -2237944 or 580317. OLE color: 580317.
HSL color Cylindrical-coordinate representation of color #DDDA08: hue angle of 59.15º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDDA08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.13 |
| HSL | 59.15º | 0.93% | 0.45% | - |
| HSV(B) | 59.15º | 0.96% | 0.87% | - |
| XYZ | 54.93 | 65.53 | 9.98 | - |
| YUV | 194.96 | 22.49 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 8 | 0 | 0.01 | 0.96 | 0.13 | 59.15 | 0.93 | 0.45 |
| Hex | DD | DA | 8 | 0 | 1 | 60 | D | 3B | 5D | 2D |
| Octal | 335 | 332 | 10 | 0 | 1 | 140 | 15 | 73 | 135 | 55 |
| Binary | 11011101 | 11011010 | 1000 | 0 | 1 | 1100000 | 1101 | 111011 | 1011101 | 101101 |
Color Harmonies of #DDDA08
Complementary color
Monochromatic Colors of #DDDA08
Black with #DDDA08
Text Example
Text Example
White with #DDDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA08; }
p { color: rgb(221,218,8); }
H1.HeaderClassName
{
color: #DDDA08;
}
.AnyTagClassName
{
color: #DDDA08;
}
</style>
background-color css
<style>
a { background-color: #DDDA08; }
a { background-color: rgb(221,218,8); }
div.DivClassName
{
background-color: #DDDA08;
}
.BgClassName
{
background-color: #DDDA08;
}
</style>
border-color css
<style>
span { border-color: #DDDA08; }
span { border-color: rgb(221,218,8); }
td.TdClassName
{
border-color: #DDDA08;
}
.TagClassName
{
border-color: #DDDA08;
}
</style>