Shades of Bird Flower #D7C508
Tints of Bird Flower #D7C508
RGB
CMYK
RGB Variations
Color information
#D7C508 (or 0xD7C508) is known color: Bird Flower. HEX triplet: D7, C5 and 08. RGB value is (215,197,8). Sum of RGB (Red+Green+Blue) = 215+197+8=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C508 is #283AF7. Grayscale: #B5B5B5. Windows color (decimal): -2636536 or 574935. OLE color: 574935.
HSL color Cylindrical-coordinate representation of color #D7C508: hue angle of 54.78º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7C508 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.16 |
| HSL | 54.78º | 0.93% | 0.44% | - |
| HSV(B) | 54.78º | 0.96% | 0.84% | - |
| XYZ | 48.03 | 54.4 | 8.2 | - |
| YUV | 180.84 | 30.46 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 8 | 0 | 0.08 | 0.96 | 0.16 | 54.78 | 0.93 | 0.44 |
| Hex | D7 | C5 | 8 | 0 | 8 | 60 | 10 | 37 | 5D | 2C |
| Octal | 327 | 305 | 10 | 0 | 10 | 140 | 20 | 67 | 135 | 54 |
| Binary | 11010111 | 11000101 | 1000 | 0 | 1000 | 1100000 | 10000 | 110111 | 1011101 | 101100 |
Color Harmonies of #D7C508
Complementary color
Monochromatic Colors of #D7C508
Black with #D7C508
Text Example
Text Example
White with #D7C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C508; }
p { color: rgb(215,197,8); }
H1.HeaderClassName
{
color: #D7C508;
}
.AnyTagClassName
{
color: #D7C508;
}
</style>
background-color css
<style>
a { background-color: #D7C508; }
a { background-color: rgb(215,197,8); }
div.DivClassName
{
background-color: #D7C508;
}
.BgClassName
{
background-color: #D7C508;
}
</style>
border-color css
<style>
span { border-color: #D7C508; }
span { border-color: rgb(215,197,8); }
td.TdClassName
{
border-color: #D7C508;
}
.TagClassName
{
border-color: #D7C508;
}
</style>