Shades of Bird Flower #D5D207
Tints of Bird Flower #D5D207
RGB
CMYK
RGB Variations
Color information
#D5D207 (or 0xD5D207) is known color: Bird Flower. HEX triplet: D5, D2 and 07. RGB value is (213,210,7). Sum of RGB (Red+Green+Blue) = 213+210+7=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D207 is #2A2DF8. Grayscale: #BCBCBC. Windows color (decimal): -2764281 or 512725. OLE color: 512725.
HSL color Cylindrical-coordinate representation of color #D5D207: hue angle of 59.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5D207 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.16 |
| HSL | 59.13º | 0.94% | 0.43% | - |
| HSV(B) | 59.13º | 0.97% | 0.84% | - |
| XYZ | 50.53 | 60.25 | 9.17 | - |
| YUV | 187.76 | 25.99 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 7 | 0 | 0.01 | 0.97 | 0.16 | 59.13 | 0.94 | 0.43 |
| Hex | D5 | D2 | 7 | 0 | 1 | 61 | 10 | 3B | 5E | 2B |
| Octal | 325 | 322 | 7 | 0 | 1 | 141 | 20 | 73 | 136 | 53 |
| Binary | 11010101 | 11010010 | 111 | 0 | 1 | 1100001 | 10000 | 111011 | 1011110 | 101011 |
Color Harmonies of #D5D207
Complementary color
Monochromatic Colors of #D5D207
Black with #D5D207
Text Example
Text Example
White with #D5D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D207; }
p { color: rgb(213,210,7); }
H1.HeaderClassName
{
color: #D5D207;
}
.AnyTagClassName
{
color: #D5D207;
}
</style>
background-color css
<style>
a { background-color: #D5D207; }
a { background-color: rgb(213,210,7); }
div.DivClassName
{
background-color: #D5D207;
}
.BgClassName
{
background-color: #D5D207;
}
</style>
border-color css
<style>
span { border-color: #D5D207; }
span { border-color: rgb(213,210,7); }
td.TdClassName
{
border-color: #D5D207;
}
.TagClassName
{
border-color: #D5D207;
}
</style>