Shades of Bird Flower #D1C60D
Tints of Bird Flower #D1C60D
RGB
CMYK
RGB Variations
Color information
#D1C60D (or 0xD1C60D) is known color: Bird Flower. HEX triplet: D1, C6 and 0D. RGB value is (209,198,13). Sum of RGB (Red+Green+Blue) = 209+198+13=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C60D is #2E39F2. Grayscale: #B4B4B4. Windows color (decimal): -3029491 or 902865. OLE color: 902865.
HSL color Cylindrical-coordinate representation of color #D1C60D: hue angle of 56.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1C60D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 198 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.18 |
| HSL | 56.63º | 0.88% | 0.44% | - |
| HSV(B) | 56.63º | 0.94% | 0.82% | - |
| XYZ | 46.56 | 53.97 | 8.34 | - |
| YUV | 180.2 | 33.64 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 13 | 0 | 0.05 | 0.94 | 0.18 | 56.63 | 0.88 | 0.44 |
| Hex | D1 | C6 | D | 0 | 5 | 5E | 12 | 39 | 58 | 2C |
| Octal | 321 | 306 | 15 | 0 | 5 | 136 | 22 | 71 | 130 | 54 |
| Binary | 11010001 | 11000110 | 1101 | 0 | 101 | 1011110 | 10010 | 111001 | 1011000 | 101100 |
Color Harmonies of #D1C60D
Complementary color
Monochromatic Colors of #D1C60D
Black with #D1C60D
Text Example
Text Example
White with #D1C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C60D; }
p { color: rgb(209,198,13); }
H1.HeaderClassName
{
color: #D1C60D;
}
.AnyTagClassName
{
color: #D1C60D;
}
</style>
background-color css
<style>
a { background-color: #D1C60D; }
a { background-color: rgb(209,198,13); }
div.DivClassName
{
background-color: #D1C60D;
}
.BgClassName
{
background-color: #D1C60D;
}
</style>
border-color css
<style>
span { border-color: #D1C60D; }
span { border-color: rgb(209,198,13); }
td.TdClassName
{
border-color: #D1C60D;
}
.TagClassName
{
border-color: #D1C60D;
}
</style>