Shades of Bird Flower #D1C70C
Tints of Bird Flower #D1C70C
RGB
CMYK
RGB Variations
Color information
#D1C70C (or 0xD1C70C) is known color: Bird Flower. HEX triplet: D1, C7 and 0C. RGB value is (209,199,12). Sum of RGB (Red+Green+Blue) = 209+199+12=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C70C is #2E38F3. Grayscale: #B5B5B5. Windows color (decimal): -3029236 or 837585. OLE color: 837585.
HSL color Cylindrical-coordinate representation of color #D1C70C: hue angle of 56.95º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1C70C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.18 |
| HSL | 56.95º | 0.89% | 0.43% | - |
| HSV(B) | 56.95º | 0.94% | 0.82% | - |
| XYZ | 46.78 | 54.43 | 8.39 | - |
| YUV | 180.67 | 32.81 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 12 | 0 | 0.05 | 0.94 | 0.18 | 56.95 | 0.89 | 0.43 |
| Hex | D1 | C7 | C | 0 | 5 | 5E | 12 | 39 | 59 | 2B |
| Octal | 321 | 307 | 14 | 0 | 5 | 136 | 22 | 71 | 131 | 53 |
| Binary | 11010001 | 11000111 | 1100 | 0 | 101 | 1011110 | 10010 | 111001 | 1011001 | 101011 |
Color Harmonies of #D1C70C
Complementary color
Monochromatic Colors of #D1C70C
Black with #D1C70C
Text Example
Text Example
White with #D1C70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C70C; }
p { color: rgb(209,199,12); }
H1.HeaderClassName
{
color: #D1C70C;
}
.AnyTagClassName
{
color: #D1C70C;
}
</style>
background-color css
<style>
a { background-color: #D1C70C; }
a { background-color: rgb(209,199,12); }
div.DivClassName
{
background-color: #D1C70C;
}
.BgClassName
{
background-color: #D1C70C;
}
</style>
border-color css
<style>
span { border-color: #D1C70C; }
span { border-color: rgb(209,199,12); }
td.TdClassName
{
border-color: #D1C70C;
}
.TagClassName
{
border-color: #D1C70C;
}
</style>