Shades of Bird Flower #D2D502
Tints of Bird Flower #D2D502
RGB
CMYK
RGB Variations
Color information
#D2D502 (or 0xD2D502) is known color: Bird Flower. HEX triplet: D2, D5 and 02. RGB value is (210,213,2). Sum of RGB (Red+Green+Blue) = 210+213+2=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D502 is #2D2AFD. Grayscale: #BCBCBC. Windows color (decimal): -2960126 or 185810. OLE color: 185810.
HSL color Cylindrical-coordinate representation of color #D2D502: hue angle of 60.85º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2D502 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.16 |
| HSL | 60.85º | 0.98% | 0.42% | - |
| HSV(B) | 60.85º | 0.99% | 0.84% | - |
| XYZ | 50.38 | 61.29 | 9.23 | - |
| YUV | 188.05 | 23.01 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 2 | 0.01 | 0 | 0.99 | 0.16 | 60.85 | 0.98 | 0.42 |
| Hex | D2 | D5 | 2 | 1 | 0 | 63 | 10 | 3D | 62 | 2A |
| Octal | 322 | 325 | 2 | 1 | 0 | 143 | 20 | 75 | 142 | 52 |
| Binary | 11010010 | 11010101 | 10 | 1 | 0 | 1100011 | 10000 | 111101 | 1100010 | 101010 |
Color Harmonies of #D2D502
Complementary color
Monochromatic Colors of #D2D502
Black with #D2D502
Text Example
Text Example
White with #D2D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D502; }
p { color: rgb(210,213,2); }
H1.HeaderClassName
{
color: #D2D502;
}
.AnyTagClassName
{
color: #D2D502;
}
</style>
background-color css
<style>
a { background-color: #D2D502; }
a { background-color: rgb(210,213,2); }
div.DivClassName
{
background-color: #D2D502;
}
.BgClassName
{
background-color: #D2D502;
}
</style>
border-color css
<style>
span { border-color: #D2D502; }
span { border-color: rgb(210,213,2); }
td.TdClassName
{
border-color: #D2D502;
}
.TagClassName
{
border-color: #D2D502;
}
</style>