Shades of Bird Flower #D9C106
Tints of Bird Flower #D9C106
RGB
CMYK
RGB Variations
Color information
#D9C106 (or 0xD9C106) is known color: Bird Flower. HEX triplet: D9, C1 and 06. RGB value is (217,193,6). Sum of RGB (Red+Green+Blue) = 217+193+6=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C106 is #263EF9. Grayscale: #B3B3B3. Windows color (decimal): -2506490 or 442841. OLE color: 442841.
HSL color Cylindrical-coordinate representation of color #D9C106: hue angle of 53.18º 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 #D9C106 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 6 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.15 |
| HSL | 53.18º | 0.95% | 0.44% | - |
| HSV(B) | 53.18º | 0.97% | 0.85% | - |
| XYZ | 47.72 | 52.9 | 7.87 | - |
| YUV | 178.86 | 30.45 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 6 | 0 | 0.11 | 0.97 | 0.15 | 53.18 | 0.95 | 0.44 |
| Hex | D9 | C1 | 6 | 0 | B | 61 | F | 35 | 5F | 2C |
| Octal | 331 | 301 | 6 | 0 | 13 | 141 | 17 | 65 | 137 | 54 |
| Binary | 11011001 | 11000001 | 110 | 0 | 1011 | 1100001 | 1111 | 110101 | 1011111 | 101100 |
Color Harmonies of #D9C106
Complementary color
Monochromatic Colors of #D9C106
Black with #D9C106
Text Example
Text Example
White with #D9C106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C106; }
p { color: rgb(217,193,6); }
H1.HeaderClassName
{
color: #D9C106;
}
.AnyTagClassName
{
color: #D9C106;
}
</style>
background-color css
<style>
a { background-color: #D9C106; }
a { background-color: rgb(217,193,6); }
div.DivClassName
{
background-color: #D9C106;
}
.BgClassName
{
background-color: #D9C106;
}
</style>
border-color css
<style>
span { border-color: #D9C106; }
span { border-color: rgb(217,193,6); }
td.TdClassName
{
border-color: #D9C106;
}
.TagClassName
{
border-color: #D9C106;
}
</style>