Shades of Sunflower #D6C01A
Tints of Sunflower #D6C01A
RGB
CMYK
RGB Variations
Color information
#D6C01A (or 0xD6C01A) is known color: Sunflower. HEX triplet: D6, C0 and 1A. RGB value is (214,192,26). Sum of RGB (Red+Green+Blue) = 214+192+26=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C01A is #293FE5. Grayscale: #B4B4B4. Windows color (decimal): -2703334 or 1753302. OLE color: 1753302.
HSL color Cylindrical-coordinate representation of color #D6C01A: hue angle of 52.98º 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 #D6C01A is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 26 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.16 |
| HSL | 52.98º | 0.78% | 0.47% | - |
| HSV(B) | 52.98º | 0.88% | 0.84% | - |
| XYZ | 46.77 | 52.07 | 8.56 | - |
| YUV | 179.65 | 41.29 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 26 | 0 | 0.10 | 0.88 | 0.16 | 52.98 | 0.78 | 0.47 |
| Hex | D6 | C0 | 1A | 0 | A | 58 | 10 | 35 | 4E | 2F |
| Octal | 326 | 300 | 32 | 0 | 12 | 130 | 20 | 65 | 116 | 57 |
| Binary | 11010110 | 11000000 | 11010 | 0 | 1010 | 1011000 | 10000 | 110101 | 1001110 | 101111 |
Color Harmonies of #D6C01A
Complementary color
Monochromatic Colors of #D6C01A
Black with #D6C01A
Text Example
Text Example
White with #D6C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C01A; }
p { color: rgb(214,192,26); }
H1.HeaderClassName
{
color: #D6C01A;
}
.AnyTagClassName
{
color: #D6C01A;
}
</style>
background-color css
<style>
a { background-color: #D6C01A; }
a { background-color: rgb(214,192,26); }
div.DivClassName
{
background-color: #D6C01A;
}
.BgClassName
{
background-color: #D6C01A;
}
</style>
border-color css
<style>
span { border-color: #D6C01A; }
span { border-color: rgb(214,192,26); }
td.TdClassName
{
border-color: #D6C01A;
}
.TagClassName
{
border-color: #D6C01A;
}
</style>