Shades of Sunflower #D7C112
Tints of Sunflower #D7C112
RGB
CMYK
RGB Variations
Color information
#D7C112 (or 0xD7C112) is known color: Sunflower. HEX triplet: D7, C1 and 12. RGB value is (215,193,18). Sum of RGB (Red+Green+Blue) = 215+193+18=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C112 is #283EED. Grayscale: #B4B4B4. Windows color (decimal): -2637550 or 1229271. OLE color: 1229271.
HSL color Cylindrical-coordinate representation of color #D7C112: hue angle of 53.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7C112 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.16 |
| HSL | 53.3º | 0.85% | 0.46% | - |
| HSV(B) | 53.3º | 0.92% | 0.84% | - |
| XYZ | 47.2 | 52.63 | 8.24 | - |
| YUV | 179.63 | 36.79 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 18 | 0 | 0.10 | 0.92 | 0.16 | 53.3 | 0.85 | 0.46 |
| Hex | D7 | C1 | 12 | 0 | A | 5C | 10 | 35 | 55 | 2E |
| Octal | 327 | 301 | 22 | 0 | 12 | 134 | 20 | 65 | 125 | 56 |
| Binary | 11010111 | 11000001 | 10010 | 0 | 1010 | 1011100 | 10000 | 110101 | 1010101 | 101110 |
Color Harmonies of #D7C112
Complementary color
Monochromatic Colors of #D7C112
Black with #D7C112
Text Example
Text Example
White with #D7C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C112; }
p { color: rgb(215,193,18); }
H1.HeaderClassName
{
color: #D7C112;
}
.AnyTagClassName
{
color: #D7C112;
}
</style>
background-color css
<style>
a { background-color: #D7C112; }
a { background-color: rgb(215,193,18); }
div.DivClassName
{
background-color: #D7C112;
}
.BgClassName
{
background-color: #D7C112;
}
</style>
border-color css
<style>
span { border-color: #D7C112; }
span { border-color: rgb(215,193,18); }
td.TdClassName
{
border-color: #D7C112;
}
.TagClassName
{
border-color: #D7C112;
}
</style>