Shades of Sunflower #D5C01F
Tints of Sunflower #D5C01F
RGB
CMYK
RGB Variations
Color information
#D5C01F (or 0xD5C01F) is known color: Sunflower. HEX triplet: D5, C0 and 1F. RGB value is (213,192,31). Sum of RGB (Red+Green+Blue) = 213+192+31=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C01F is #2A3FE0. Grayscale: #B4B4B4. Windows color (decimal): -2768865 or 2080981. OLE color: 2080981.
HSL color Cylindrical-coordinate representation of color #D5C01F: hue angle of 53.08º degrees, saturation: 0.75, 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 #D5C01F is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 31 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.16 |
| HSL | 53.08º | 0.75% | 0.48% | - |
| HSV(B) | 53.08º | 0.85% | 0.84% | - |
| XYZ | 46.54 | 51.94 | 8.87 | - |
| YUV | 179.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 31 | 0 | 0.10 | 0.85 | 0.16 | 53.08 | 0.75 | 0.48 |
| Hex | D5 | C0 | 1F | 0 | A | 55 | 10 | 35 | 4B | 30 |
| Octal | 325 | 300 | 37 | 0 | 12 | 125 | 20 | 65 | 113 | 60 |
| Binary | 11010101 | 11000000 | 11111 | 0 | 1010 | 1010101 | 10000 | 110101 | 1001011 | 110000 |
Color Harmonies of #D5C01F
Complementary color
Monochromatic Colors of #D5C01F
Black with #D5C01F
Text Example
Text Example
White with #D5C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C01F; }
p { color: rgb(213,192,31); }
H1.HeaderClassName
{
color: #D5C01F;
}
.AnyTagClassName
{
color: #D5C01F;
}
</style>
background-color css
<style>
a { background-color: #D5C01F; }
a { background-color: rgb(213,192,31); }
div.DivClassName
{
background-color: #D5C01F;
}
.BgClassName
{
background-color: #D5C01F;
}
</style>
border-color css
<style>
span { border-color: #D5C01F; }
span { border-color: rgb(213,192,31); }
td.TdClassName
{
border-color: #D5C01F;
}
.TagClassName
{
border-color: #D5C01F;
}
</style>