Shades of Bird Flower #D8C70C
Tints of Bird Flower #D8C70C
RGB
CMYK
RGB Variations
Color information
#D8C70C (or 0xD8C70C) is known color: Bird Flower. HEX triplet: D8, C7 and 0C. RGB value is (216,199,12). Sum of RGB (Red+Green+Blue) = 216+199+12=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C70C is #2738F3. Grayscale: #B7B7B7. Windows color (decimal): -2570484 or 837592. OLE color: 837592.
HSL color Cylindrical-coordinate representation of color #D8C70C: hue angle of 55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8C70C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.15 |
| HSL | 55º | 0.89% | 0.45% | - |
| HSV(B) | 55º | 0.94% | 0.85% | - |
| XYZ | 48.81 | 55.47 | 8.48 | - |
| YUV | 182.77 | 31.63 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 12 | 0 | 0.08 | 0.94 | 0.15 | 55 | 0.89 | 0.45 |
| Hex | D8 | C7 | C | 0 | 8 | 5E | F | 37 | 59 | 2D |
| Octal | 330 | 307 | 14 | 0 | 10 | 136 | 17 | 67 | 131 | 55 |
| Binary | 11011000 | 11000111 | 1100 | 0 | 1000 | 1011110 | 1111 | 110111 | 1011001 | 101101 |
Color Harmonies of #D8C70C
Complementary color
Monochromatic Colors of #D8C70C
Black with #D8C70C
Text Example
Text Example
White with #D8C70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C70C; }
p { color: rgb(216,199,12); }
H1.HeaderClassName
{
color: #D8C70C;
}
.AnyTagClassName
{
color: #D8C70C;
}
</style>
background-color css
<style>
a { background-color: #D8C70C; }
a { background-color: rgb(216,199,12); }
div.DivClassName
{
background-color: #D8C70C;
}
.BgClassName
{
background-color: #D8C70C;
}
</style>
border-color css
<style>
span { border-color: #D8C70C; }
span { border-color: rgb(216,199,12); }
td.TdClassName
{
border-color: #D8C70C;
}
.TagClassName
{
border-color: #D8C70C;
}
</style>