Shades of Sunflower #D5C01A
Tints of Sunflower #D5C01A
RGB
CMYK
RGB Variations
Color information
#D5C01A (or 0xD5C01A) is known color: Sunflower. HEX triplet: D5, C0 and 1A. RGB value is (213,192,26). Sum of RGB (Red+Green+Blue) = 213+192+26=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C01A is #2A3FE5. Grayscale: #B4B4B4. Windows color (decimal): -2768870 or 1753301. OLE color: 1753301.
HSL color Cylindrical-coordinate representation of color #D5C01A: hue angle of 53.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5C01A is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 26 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.16 |
| HSL | 53.26º | 0.78% | 0.47% | - |
| HSV(B) | 53.26º | 0.88% | 0.84% | - |
| XYZ | 46.48 | 51.92 | 8.55 | - |
| YUV | 179.36 | 41.46 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 26 | 0 | 0.10 | 0.88 | 0.16 | 53.26 | 0.78 | 0.47 |
| Hex | D5 | C0 | 1A | 0 | A | 58 | 10 | 35 | 4E | 2F |
| Octal | 325 | 300 | 32 | 0 | 12 | 130 | 20 | 65 | 116 | 57 |
| Binary | 11010101 | 11000000 | 11010 | 0 | 1010 | 1011000 | 10000 | 110101 | 1001110 | 101111 |
Color Harmonies of #D5C01A
Complementary color
Monochromatic Colors of #D5C01A
Black with #D5C01A
Text Example
Text Example
White with #D5C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C01A; }
p { color: rgb(213,192,26); }
H1.HeaderClassName
{
color: #D5C01A;
}
.AnyTagClassName
{
color: #D5C01A;
}
</style>
background-color css
<style>
a { background-color: #D5C01A; }
a { background-color: rgb(213,192,26); }
div.DivClassName
{
background-color: #D5C01A;
}
.BgClassName
{
background-color: #D5C01A;
}
</style>
border-color css
<style>
span { border-color: #D5C01A; }
span { border-color: rgb(213,192,26); }
td.TdClassName
{
border-color: #D5C01A;
}
.TagClassName
{
border-color: #D5C01A;
}
</style>