Shades of Bird Flower #D1C407
Tints of Bird Flower #D1C407
RGB
CMYK
RGB Variations
Color information
#D1C407 (or 0xD1C407) is known color: Bird Flower. HEX triplet: D1, C4 and 07. RGB value is (209,196,7). Sum of RGB (Red+Green+Blue) = 209+196+7=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C407 is #2E3BF8. Grayscale: #B3B3B3. Windows color (decimal): -3030009 or 509137. OLE color: 509137.
HSL color Cylindrical-coordinate representation of color #D1C407: hue angle of 56.14º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1C407 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 7 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.18 |
| HSL | 56.14º | 0.94% | 0.42% | - |
| HSV(B) | 56.14º | 0.97% | 0.82% | - |
| XYZ | 46.07 | 53.05 | 8.01 | - |
| YUV | 178.34 | 31.31 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 7 | 0 | 0.06 | 0.97 | 0.18 | 56.14 | 0.94 | 0.42 |
| Hex | D1 | C4 | 7 | 0 | 6 | 61 | 12 | 38 | 5E | 2A |
| Octal | 321 | 304 | 7 | 0 | 6 | 141 | 22 | 70 | 136 | 52 |
| Binary | 11010001 | 11000100 | 111 | 0 | 110 | 1100001 | 10010 | 111000 | 1011110 | 101010 |
Color Harmonies of #D1C407
Complementary color
Monochromatic Colors of #D1C407
Black with #D1C407
Text Example
Text Example
White with #D1C407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C407; }
p { color: rgb(209,196,7); }
H1.HeaderClassName
{
color: #D1C407;
}
.AnyTagClassName
{
color: #D1C407;
}
</style>
background-color css
<style>
a { background-color: #D1C407; }
a { background-color: rgb(209,196,7); }
div.DivClassName
{
background-color: #D1C407;
}
.BgClassName
{
background-color: #D1C407;
}
</style>
border-color css
<style>
span { border-color: #D1C407; }
span { border-color: rgb(209,196,7); }
td.TdClassName
{
border-color: #D1C407;
}
.TagClassName
{
border-color: #D1C407;
}
</style>