Shades of Bird Flower #D7C708
Tints of Bird Flower #D7C708
RGB
CMYK
RGB Variations
Color information
#D7C708 (or 0xD7C708) is known color: Bird Flower. HEX triplet: D7, C7 and 08. RGB value is (215,199,8). Sum of RGB (Red+Green+Blue) = 215+199+8=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C708 is #2838F7. Grayscale: #B6B6B6. Windows color (decimal): -2636024 or 575447. OLE color: 575447.
HSL color Cylindrical-coordinate representation of color #D7C708: hue angle of 55.36º 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 #D7C708 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 8 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.16 |
| HSL | 55.36º | 0.93% | 0.44% | - |
| HSV(B) | 55.36º | 0.96% | 0.84% | - |
| XYZ | 48.49 | 55.31 | 8.35 | - |
| YUV | 182.01 | 29.8 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 8 | 0 | 0.07 | 0.96 | 0.16 | 55.36 | 0.93 | 0.44 |
| Hex | D7 | C7 | 8 | 0 | 7 | 60 | 10 | 37 | 5D | 2C |
| Octal | 327 | 307 | 10 | 0 | 7 | 140 | 20 | 67 | 135 | 54 |
| Binary | 11010111 | 11000111 | 1000 | 0 | 111 | 1100000 | 10000 | 110111 | 1011101 | 101100 |
Color Harmonies of #D7C708
Complementary color
Monochromatic Colors of #D7C708
Black with #D7C708
Text Example
Text Example
White with #D7C708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C708; }
p { color: rgb(215,199,8); }
H1.HeaderClassName
{
color: #D7C708;
}
.AnyTagClassName
{
color: #D7C708;
}
</style>
background-color css
<style>
a { background-color: #D7C708; }
a { background-color: rgb(215,199,8); }
div.DivClassName
{
background-color: #D7C708;
}
.BgClassName
{
background-color: #D7C708;
}
</style>
border-color css
<style>
span { border-color: #D7C708; }
span { border-color: rgb(215,199,8); }
td.TdClassName
{
border-color: #D7C708;
}
.TagClassName
{
border-color: #D7C708;
}
</style>