Shades of Sunflower #D7C316
Tints of Sunflower #D7C316
RGB
CMYK
RGB Variations
Color information
#D7C316 (or 0xD7C316) is known color: Sunflower. HEX triplet: D7, C3 and 16. RGB value is (215,195,22). Sum of RGB (Red+Green+Blue) = 215+195+22=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C316 is #283CE9. Grayscale: #B5B5B5. Windows color (decimal): -2637034 or 1491927. OLE color: 1491927.
HSL color Cylindrical-coordinate representation of color #D7C316: hue angle of 53.78º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7C316 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 22 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.16 |
| HSL | 53.78º | 0.81% | 0.46% | - |
| HSV(B) | 53.78º | 0.9% | 0.84% | - |
| XYZ | 47.68 | 53.54 | 8.58 | - |
| YUV | 181.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 22 | 0 | 0.09 | 0.90 | 0.16 | 53.78 | 0.81 | 0.46 |
| Hex | D7 | C3 | 16 | 0 | 9 | 5A | 10 | 36 | 51 | 2E |
| Octal | 327 | 303 | 26 | 0 | 11 | 132 | 20 | 66 | 121 | 56 |
| Binary | 11010111 | 11000011 | 10110 | 0 | 1001 | 1011010 | 10000 | 110110 | 1010001 | 101110 |
Color Harmonies of #D7C316
Complementary color
Monochromatic Colors of #D7C316
Black with #D7C316
Text Example
Text Example
White with #D7C316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C316; }
p { color: rgb(215,195,22); }
H1.HeaderClassName
{
color: #D7C316;
}
.AnyTagClassName
{
color: #D7C316;
}
</style>
background-color css
<style>
a { background-color: #D7C316; }
a { background-color: rgb(215,195,22); }
div.DivClassName
{
background-color: #D7C316;
}
.BgClassName
{
background-color: #D7C316;
}
</style>
border-color css
<style>
span { border-color: #D7C316; }
span { border-color: rgb(215,195,22); }
td.TdClassName
{
border-color: #D7C316;
}
.TagClassName
{
border-color: #D7C316;
}
</style>