Shades of Sunflower #D7C020
Tints of Sunflower #D7C020
RGB
CMYK
RGB Variations
Color information
#D7C020 (or 0xD7C020) is known color: Sunflower. HEX triplet: D7, C0 and 20. RGB value is (215,192,32). Sum of RGB (Red+Green+Blue) = 215+192+32=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C020 is #283FDF. Grayscale: #B5B5B5. Windows color (decimal): -2637792 or 2146519. OLE color: 2146519.
HSL color Cylindrical-coordinate representation of color #D7C020: hue angle of 52.46º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7C020 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 32 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.16 |
| HSL | 52.46º | 0.74% | 0.48% | - |
| HSV(B) | 52.46º | 0.85% | 0.84% | - |
| XYZ | 47.13 | 52.25 | 8.97 | - |
| YUV | 180.64 | 44.12 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 32 | 0 | 0.11 | 0.85 | 0.16 | 52.46 | 0.74 | 0.48 |
| Hex | D7 | C0 | 20 | 0 | B | 55 | 10 | 34 | 4A | 30 |
| Octal | 327 | 300 | 40 | 0 | 13 | 125 | 20 | 64 | 112 | 60 |
| Binary | 11010111 | 11000000 | 100000 | 0 | 1011 | 1010101 | 10000 | 110100 | 1001010 | 110000 |
Color Harmonies of #D7C020
Complementary color
Monochromatic Colors of #D7C020
Black with #D7C020
Text Example
Text Example
White with #D7C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C020; }
p { color: rgb(215,192,32); }
H1.HeaderClassName
{
color: #D7C020;
}
.AnyTagClassName
{
color: #D7C020;
}
</style>
background-color css
<style>
a { background-color: #D7C020; }
a { background-color: rgb(215,192,32); }
div.DivClassName
{
background-color: #D7C020;
}
.BgClassName
{
background-color: #D7C020;
}
</style>
border-color css
<style>
span { border-color: #D7C020; }
span { border-color: rgb(215,192,32); }
td.TdClassName
{
border-color: #D7C020;
}
.TagClassName
{
border-color: #D7C020;
}
</style>