Shades of Sunflower #D7C215
Tints of Sunflower #D7C215
RGB
CMYK
RGB Variations
Color information
#D7C215 (or 0xD7C215) is known color: Sunflower. HEX triplet: D7, C2 and 15. RGB value is (215,194,21). Sum of RGB (Red+Green+Blue) = 215+194+21=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C215 is #283DEA. Grayscale: #B5B5B5. Windows color (decimal): -2637291 or 1426135. OLE color: 1426135.
HSL color Cylindrical-coordinate representation of color #D7C215: hue angle of 53.51º degrees, saturation: 0.82, 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 #D7C215 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 21 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.16 |
| HSL | 53.51º | 0.82% | 0.46% | - |
| HSV(B) | 53.51º | 0.9% | 0.84% | - |
| XYZ | 47.45 | 53.08 | 8.45 | - |
| YUV | 180.56 | 37.96 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 21 | 0 | 0.10 | 0.90 | 0.16 | 53.51 | 0.82 | 0.46 |
| Hex | D7 | C2 | 15 | 0 | A | 5A | 10 | 36 | 52 | 2E |
| Octal | 327 | 302 | 25 | 0 | 12 | 132 | 20 | 66 | 122 | 56 |
| Binary | 11010111 | 11000010 | 10101 | 0 | 1010 | 1011010 | 10000 | 110110 | 1010010 | 101110 |
Color Harmonies of #D7C215
Complementary color
Monochromatic Colors of #D7C215
Black with #D7C215
Text Example
Text Example
White with #D7C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C215; }
p { color: rgb(215,194,21); }
H1.HeaderClassName
{
color: #D7C215;
}
.AnyTagClassName
{
color: #D7C215;
}
</style>
background-color css
<style>
a { background-color: #D7C215; }
a { background-color: rgb(215,194,21); }
div.DivClassName
{
background-color: #D7C215;
}
.BgClassName
{
background-color: #D7C215;
}
</style>
border-color css
<style>
span { border-color: #D7C215; }
span { border-color: rgb(215,194,21); }
td.TdClassName
{
border-color: #D7C215;
}
.TagClassName
{
border-color: #D7C215;
}
</style>