Shades of Bird Flower #D2D205
Tints of Bird Flower #D2D205
RGB
CMYK
RGB Variations
Color information
#D2D205 (or 0xD2D205) is known color: Bird Flower. HEX triplet: D2, D2 and 05. RGB value is (210,210,5). Sum of RGB (Red+Green+Blue) = 210+210+5=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D205 is #2D2DFA. Grayscale: #BBBBBB. Windows color (decimal): -2960891 or 381650. OLE color: 381650.
HSL color Cylindrical-coordinate representation of color #D2D205: hue angle of 60º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2D205 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 210 | 5 | - |
| CMYK | 0 | 0 | 0.98 | 0.18 |
| HSL | 60º | 0.95% | 0.42% | - |
| HSV(B) | 60º | 0.98% | 0.82% | - |
| XYZ | 49.65 | 59.81 | 9.07 | - |
| YUV | 186.63 | 25.5 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 5 | 0 | 0 | 0.98 | 0.18 | 60 | 0.95 | 0.42 |
| Hex | D2 | D2 | 5 | 0 | 0 | 62 | 12 | 3C | 5F | 2A |
| Octal | 322 | 322 | 5 | 0 | 0 | 142 | 22 | 74 | 137 | 52 |
| Binary | 11010010 | 11010010 | 101 | 0 | 0 | 1100010 | 10010 | 111100 | 1011111 | 101010 |
Color Harmonies of #D2D205
Complementary color
Monochromatic Colors of #D2D205
Black with #D2D205
Text Example
Text Example
White with #D2D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D205; }
p { color: rgb(210,210,5); }
H1.HeaderClassName
{
color: #D2D205;
}
.AnyTagClassName
{
color: #D2D205;
}
</style>
background-color css
<style>
a { background-color: #D2D205; }
a { background-color: rgb(210,210,5); }
div.DivClassName
{
background-color: #D2D205;
}
.BgClassName
{
background-color: #D2D205;
}
</style>
border-color css
<style>
span { border-color: #D2D205; }
span { border-color: rgb(210,210,5); }
td.TdClassName
{
border-color: #D2D205;
}
.TagClassName
{
border-color: #D2D205;
}
</style>