Shades of Sunflower #D8C21A
Tints of Sunflower #D8C21A
RGB
CMYK
RGB Variations
Color information
#D8C21A (or 0xD8C21A) is known color: Sunflower. HEX triplet: D8, C2 and 1A. RGB value is (216,194,26). Sum of RGB (Red+Green+Blue) = 216+194+26=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C21A is #273DE5. Grayscale: #B6B6B6. Windows color (decimal): -2571750 or 1753816. OLE color: 1753816.
HSL color Cylindrical-coordinate representation of color #D8C21A: hue angle of 53.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8C21A is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 26 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.15 |
| HSL | 53.05º | 0.79% | 0.47% | - |
| HSV(B) | 53.05º | 0.88% | 0.85% | - |
| XYZ | 47.8 | 53.26 | 8.74 | - |
| YUV | 181.43 | 40.29 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 26 | 0 | 0.10 | 0.88 | 0.15 | 53.05 | 0.79 | 0.47 |
| Hex | D8 | C2 | 1A | 0 | A | 58 | F | 35 | 4F | 2F |
| Octal | 330 | 302 | 32 | 0 | 12 | 130 | 17 | 65 | 117 | 57 |
| Binary | 11011000 | 11000010 | 11010 | 0 | 1010 | 1011000 | 1111 | 110101 | 1001111 | 101111 |
Color Harmonies of #D8C21A
Complementary color
Monochromatic Colors of #D8C21A
Black with #D8C21A
Text Example
Text Example
White with #D8C21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C21A; }
p { color: rgb(216,194,26); }
H1.HeaderClassName
{
color: #D8C21A;
}
.AnyTagClassName
{
color: #D8C21A;
}
</style>
background-color css
<style>
a { background-color: #D8C21A; }
a { background-color: rgb(216,194,26); }
div.DivClassName
{
background-color: #D8C21A;
}
.BgClassName
{
background-color: #D8C21A;
}
</style>
border-color css
<style>
span { border-color: #D8C21A; }
span { border-color: rgb(216,194,26); }
td.TdClassName
{
border-color: #D8C21A;
}
.TagClassName
{
border-color: #D8C21A;
}
</style>