Shades of Bird Flower #D9C206
Tints of Bird Flower #D9C206
RGB
CMYK
RGB Variations
Color information
#D9C206 (or 0xD9C206) is known color: Bird Flower. HEX triplet: D9, C2 and 06. RGB value is (217,194,6). Sum of RGB (Red+Green+Blue) = 217+194+6=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C206 is #263DF9. Grayscale: #B4B4B4. Windows color (decimal): -2506234 or 443097. OLE color: 443097.
HSL color Cylindrical-coordinate representation of color #D9C206: hue angle of 53.46º 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 #D9C206 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 6 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.15 |
| HSL | 53.46º | 0.95% | 0.44% | - |
| HSV(B) | 53.46º | 0.97% | 0.85% | - |
| XYZ | 47.94 | 53.35 | 7.94 | - |
| YUV | 179.45 | 30.12 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 6 | 0 | 0.11 | 0.97 | 0.15 | 53.46 | 0.95 | 0.44 |
| Hex | D9 | C2 | 6 | 0 | B | 61 | F | 35 | 5F | 2C |
| Octal | 331 | 302 | 6 | 0 | 13 | 141 | 17 | 65 | 137 | 54 |
| Binary | 11011001 | 11000010 | 110 | 0 | 1011 | 1100001 | 1111 | 110101 | 1011111 | 101100 |
Color Harmonies of #D9C206
Complementary color
Monochromatic Colors of #D9C206
Black with #D9C206
Text Example
Text Example
White with #D9C206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C206; }
p { color: rgb(217,194,6); }
H1.HeaderClassName
{
color: #D9C206;
}
.AnyTagClassName
{
color: #D9C206;
}
</style>
background-color css
<style>
a { background-color: #D9C206; }
a { background-color: rgb(217,194,6); }
div.DivClassName
{
background-color: #D9C206;
}
.BgClassName
{
background-color: #D9C206;
}
</style>
border-color css
<style>
span { border-color: #D9C206; }
span { border-color: rgb(217,194,6); }
td.TdClassName
{
border-color: #D9C206;
}
.TagClassName
{
border-color: #D9C206;
}
</style>