Shades of Bird Flower #D7C207
Tints of Bird Flower #D7C207
RGB
CMYK
RGB Variations
Color information
#D7C207 (or 0xD7C207) is known color: Bird Flower. HEX triplet: D7, C2 and 07. RGB value is (215,194,7). Sum of RGB (Red+Green+Blue) = 215+194+7=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C207 is #283DF8. Grayscale: #B3B3B3. Windows color (decimal): -2637305 or 508631. OLE color: 508631.
HSL color Cylindrical-coordinate representation of color #D7C207: hue angle of 53.94º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7C207 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.16 |
| HSL | 53.94º | 0.94% | 0.44% | - |
| HSV(B) | 53.94º | 0.97% | 0.84% | - |
| XYZ | 47.35 | 53.05 | 7.94 | - |
| YUV | 178.96 | 30.96 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 7 | 0 | 0.10 | 0.97 | 0.16 | 53.94 | 0.94 | 0.44 |
| Hex | D7 | C2 | 7 | 0 | A | 61 | 10 | 36 | 5E | 2C |
| Octal | 327 | 302 | 7 | 0 | 12 | 141 | 20 | 66 | 136 | 54 |
| Binary | 11010111 | 11000010 | 111 | 0 | 1010 | 1100001 | 10000 | 110110 | 1011110 | 101100 |
Color Harmonies of #D7C207
Complementary color
Monochromatic Colors of #D7C207
Black with #D7C207
Text Example
Text Example
White with #D7C207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C207; }
p { color: rgb(215,194,7); }
H1.HeaderClassName
{
color: #D7C207;
}
.AnyTagClassName
{
color: #D7C207;
}
</style>
background-color css
<style>
a { background-color: #D7C207; }
a { background-color: rgb(215,194,7); }
div.DivClassName
{
background-color: #D7C207;
}
.BgClassName
{
background-color: #D7C207;
}
</style>
border-color css
<style>
span { border-color: #D7C207; }
span { border-color: rgb(215,194,7); }
td.TdClassName
{
border-color: #D7C207;
}
.TagClassName
{
border-color: #D7C207;
}
</style>