Shades of Bird Flower #D2DD02
Tints of Bird Flower #D2DD02
RGB
CMYK
RGB Variations
Color information
#D2DD02 (or 0xD2DD02) is known color: Bird Flower. HEX triplet: D2, DD and 02. RGB value is (210,221,2). Sum of RGB (Red+Green+Blue) = 210+221+2=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DD02 is #2D22FD. Grayscale: #C1C1C1. Windows color (decimal): -2958078 or 187858. OLE color: 187858.
HSL color Cylindrical-coordinate representation of color #D2DD02: hue angle of 63.01º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2DD02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.13 |
| HSL | 63.01º | 0.98% | 0.44% | - |
| HSV(B) | 63.01º | 0.99% | 0.87% | - |
| XYZ | 52.45 | 65.42 | 9.92 | - |
| YUV | 192.75 | 20.36 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 2 | 0.05 | 0 | 0.99 | 0.13 | 63.01 | 0.98 | 0.44 |
| Hex | D2 | DD | 2 | 5 | 0 | 63 | D | 3F | 62 | 2C |
| Octal | 322 | 335 | 2 | 5 | 0 | 143 | 15 | 77 | 142 | 54 |
| Binary | 11010010 | 11011101 | 10 | 101 | 0 | 1100011 | 1101 | 111111 | 1100010 | 101100 |
Color Harmonies of #D2DD02
Complementary color
Monochromatic Colors of #D2DD02
Black with #D2DD02
Text Example
Text Example
White with #D2DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DD02; }
p { color: rgb(210,221,2); }
H1.HeaderClassName
{
color: #D2DD02;
}
.AnyTagClassName
{
color: #D2DD02;
}
</style>
background-color css
<style>
a { background-color: #D2DD02; }
a { background-color: rgb(210,221,2); }
div.DivClassName
{
background-color: #D2DD02;
}
.BgClassName
{
background-color: #D2DD02;
}
</style>
border-color css
<style>
span { border-color: #D2DD02; }
span { border-color: rgb(210,221,2); }
td.TdClassName
{
border-color: #D2DD02;
}
.TagClassName
{
border-color: #D2DD02;
}
</style>