Shades of Bird Flower #D8C606
Tints of Bird Flower #D8C606
RGB
CMYK
RGB Variations
Color information
#D8C606 (or 0xD8C606) is known color: Bird Flower. HEX triplet: D8, C6 and 06. RGB value is (216,198,6). Sum of RGB (Red+Green+Blue) = 216+198+6=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C606 is #2739F9. Grayscale: #B6B6B6. Windows color (decimal): -2570746 or 444120. OLE color: 444120.
HSL color Cylindrical-coordinate representation of color #D8C606: hue angle of 54.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8C606 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.15 |
| HSL | 54.86º | 0.95% | 0.44% | - |
| HSV(B) | 54.86º | 0.97% | 0.85% | - |
| XYZ | 48.55 | 55 | 8.23 | - |
| YUV | 181.49 | 28.96 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 6 | 0 | 0.08 | 0.97 | 0.15 | 54.86 | 0.95 | 0.44 |
| Hex | D8 | C6 | 6 | 0 | 8 | 61 | F | 37 | 5F | 2C |
| Octal | 330 | 306 | 6 | 0 | 10 | 141 | 17 | 67 | 137 | 54 |
| Binary | 11011000 | 11000110 | 110 | 0 | 1000 | 1100001 | 1111 | 110111 | 1011111 | 101100 |
Color Harmonies of #D8C606
Complementary color
Monochromatic Colors of #D8C606
Black with #D8C606
Text Example
Text Example
White with #D8C606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C606; }
p { color: rgb(216,198,6); }
H1.HeaderClassName
{
color: #D8C606;
}
.AnyTagClassName
{
color: #D8C606;
}
</style>
background-color css
<style>
a { background-color: #D8C606; }
a { background-color: rgb(216,198,6); }
div.DivClassName
{
background-color: #D8C606;
}
.BgClassName
{
background-color: #D8C606;
}
</style>
border-color css
<style>
span { border-color: #D8C606; }
span { border-color: rgb(216,198,6); }
td.TdClassName
{
border-color: #D8C606;
}
.TagClassName
{
border-color: #D8C606;
}
</style>