Shades of Sunflower #D6C21D
Tints of Sunflower #D6C21D
RGB
CMYK
RGB Variations
Color information
#D6C21D (or 0xD6C21D) is known color: Sunflower. HEX triplet: D6, C2 and 1D. RGB value is (214,194,29). Sum of RGB (Red+Green+Blue) = 214+194+29=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C21D is #293DE2. Grayscale: #B5B5B5. Windows color (decimal): -2702819 or 1950422. OLE color: 1950422.
HSL color Cylindrical-coordinate representation of color #D6C21D: hue angle of 53.51º degrees, saturation: 0.76, 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 #D6C21D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 194 | 29 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.16 |
| HSL | 53.51º | 0.76% | 0.48% | - |
| HSV(B) | 53.51º | 0.86% | 0.84% | - |
| XYZ | 47.25 | 52.97 | 8.9 | - |
| YUV | 181.17 | 42.13 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 194 | 29 | 0 | 0.09 | 0.86 | 0.16 | 53.51 | 0.76 | 0.48 |
| Hex | D6 | C2 | 1D | 0 | 9 | 56 | 10 | 36 | 4C | 30 |
| Octal | 326 | 302 | 35 | 0 | 11 | 126 | 20 | 66 | 114 | 60 |
| Binary | 11010110 | 11000010 | 11101 | 0 | 1001 | 1010110 | 10000 | 110110 | 1001100 | 110000 |
Color Harmonies of #D6C21D
Complementary color
Monochromatic Colors of #D6C21D
Black with #D6C21D
Text Example
Text Example
White with #D6C21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C21D; }
p { color: rgb(214,194,29); }
H1.HeaderClassName
{
color: #D6C21D;
}
.AnyTagClassName
{
color: #D6C21D;
}
</style>
background-color css
<style>
a { background-color: #D6C21D; }
a { background-color: rgb(214,194,29); }
div.DivClassName
{
background-color: #D6C21D;
}
.BgClassName
{
background-color: #D6C21D;
}
</style>
border-color css
<style>
span { border-color: #D6C21D; }
span { border-color: rgb(214,194,29); }
td.TdClassName
{
border-color: #D6C21D;
}
.TagClassName
{
border-color: #D6C21D;
}
</style>