Shades of Sunflower #D5C01E
Tints of Sunflower #D5C01E
RGB
CMYK
RGB Variations
Color information
#D5C01E (or 0xD5C01E) is known color: Sunflower. HEX triplet: D5, C0 and 1E. RGB value is (213,192,30). Sum of RGB (Red+Green+Blue) = 213+192+30=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C01E is #2A3FE1. Grayscale: #B4B4B4. Windows color (decimal): -2768866 or 2015445. OLE color: 2015445.
HSL color Cylindrical-coordinate representation of color #D5C01E: hue angle of 53.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5C01E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 30 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.16 |
| HSL | 53.11º | 0.75% | 0.48% | - |
| HSV(B) | 53.11º | 0.86% | 0.84% | - |
| XYZ | 46.52 | 51.94 | 8.8 | - |
| YUV | 179.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 30 | 0 | 0.10 | 0.86 | 0.16 | 53.11 | 0.75 | 0.48 |
| Hex | D5 | C0 | 1E | 0 | A | 56 | 10 | 35 | 4B | 30 |
| Octal | 325 | 300 | 36 | 0 | 12 | 126 | 20 | 65 | 113 | 60 |
| Binary | 11010101 | 11000000 | 11110 | 0 | 1010 | 1010110 | 10000 | 110101 | 1001011 | 110000 |
Color Harmonies of #D5C01E
Complementary color
Monochromatic Colors of #D5C01E
Black with #D5C01E
Text Example
Text Example
White with #D5C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C01E; }
p { color: rgb(213,192,30); }
H1.HeaderClassName
{
color: #D5C01E;
}
.AnyTagClassName
{
color: #D5C01E;
}
</style>
background-color css
<style>
a { background-color: #D5C01E; }
a { background-color: rgb(213,192,30); }
div.DivClassName
{
background-color: #D5C01E;
}
.BgClassName
{
background-color: #D5C01E;
}
</style>
border-color css
<style>
span { border-color: #D5C01E; }
span { border-color: rgb(213,192,30); }
td.TdClassName
{
border-color: #D5C01E;
}
.TagClassName
{
border-color: #D5C01E;
}
</style>