Shades of Bird Flower #D2DD09
Tints of Bird Flower #D2DD09
RGB
CMYK
RGB Variations
Color information
#D2DD09 (or 0xD2DD09) is known color: Bird Flower. HEX triplet: D2, DD and 09. RGB value is (210,221,9). Sum of RGB (Red+Green+Blue) = 210+221+9=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DD09 is #2D22F6. Grayscale: #C2C2C2. Windows color (decimal): -2958071 or 646610. OLE color: 646610.
HSL color Cylindrical-coordinate representation of color #D2DD09: hue angle of 63.11º degrees, saturation: 0.92, 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 #D2DD09 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 9 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.13 |
| HSL | 63.11º | 0.92% | 0.45% | - |
| HSV(B) | 63.11º | 0.96% | 0.87% | - |
| XYZ | 52.48 | 65.43 | 10.12 | - |
| YUV | 193.54 | 23.86 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 9 | 0.05 | 0 | 0.96 | 0.13 | 63.11 | 0.92 | 0.45 |
| Hex | D2 | DD | 9 | 5 | 0 | 60 | D | 3F | 5C | 2D |
| Octal | 322 | 335 | 11 | 5 | 0 | 140 | 15 | 77 | 134 | 55 |
| Binary | 11010010 | 11011101 | 1001 | 101 | 0 | 1100000 | 1101 | 111111 | 1011100 | 101101 |
Color Harmonies of #D2DD09
Complementary color
Monochromatic Colors of #D2DD09
Black with #D2DD09
Text Example
Text Example
White with #D2DD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DD09; }
p { color: rgb(210,221,9); }
H1.HeaderClassName
{
color: #D2DD09;
}
.AnyTagClassName
{
color: #D2DD09;
}
</style>
background-color css
<style>
a { background-color: #D2DD09; }
a { background-color: rgb(210,221,9); }
div.DivClassName
{
background-color: #D2DD09;
}
.BgClassName
{
background-color: #D2DD09;
}
</style>
border-color css
<style>
span { border-color: #D2DD09; }
span { border-color: rgb(210,221,9); }
td.TdClassName
{
border-color: #D2DD09;
}
.TagClassName
{
border-color: #D2DD09;
}
</style>