Shades of Sunflower #D7C01C
Tints of Sunflower #D7C01C
RGB
CMYK
RGB Variations
Color information
#D7C01C (or 0xD7C01C) is known color: Sunflower. HEX triplet: D7, C0 and 1C. RGB value is (215,192,28). Sum of RGB (Red+Green+Blue) = 215+192+28=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C01C is #283FE3. Grayscale: #B4B4B4. Windows color (decimal): -2637796 or 1884375. OLE color: 1884375.
HSL color Cylindrical-coordinate representation of color #D7C01C: hue angle of 52.62º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7C01C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 28 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.16 |
| HSL | 52.62º | 0.77% | 0.48% | - |
| HSV(B) | 52.62º | 0.87% | 0.84% | - |
| XYZ | 47.08 | 52.23 | 8.7 | - |
| YUV | 180.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 28 | 0 | 0.11 | 0.87 | 0.16 | 52.62 | 0.77 | 0.48 |
| Hex | D7 | C0 | 1C | 0 | B | 57 | 10 | 35 | 4D | 30 |
| Octal | 327 | 300 | 34 | 0 | 13 | 127 | 20 | 65 | 115 | 60 |
| Binary | 11010111 | 11000000 | 11100 | 0 | 1011 | 1010111 | 10000 | 110101 | 1001101 | 110000 |
Color Harmonies of #D7C01C
Complementary color
Monochromatic Colors of #D7C01C
Black with #D7C01C
Text Example
Text Example
White with #D7C01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C01C; }
p { color: rgb(215,192,28); }
H1.HeaderClassName
{
color: #D7C01C;
}
.AnyTagClassName
{
color: #D7C01C;
}
</style>
background-color css
<style>
a { background-color: #D7C01C; }
a { background-color: rgb(215,192,28); }
div.DivClassName
{
background-color: #D7C01C;
}
.BgClassName
{
background-color: #D7C01C;
}
</style>
border-color css
<style>
span { border-color: #D7C01C; }
span { border-color: rgb(215,192,28); }
td.TdClassName
{
border-color: #D7C01C;
}
.TagClassName
{
border-color: #D7C01C;
}
</style>