Shades of Sunflower #D8C11A
Tints of Sunflower #D8C11A
RGB
CMYK
RGB Variations
Color information
#D8C11A (or 0xD8C11A) is known color: Sunflower. HEX triplet: D8, C1 and 1A. RGB value is (216,193,26). Sum of RGB (Red+Green+Blue) = 216+193+26=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C11A is #273EE5. Grayscale: #B5B5B5. Windows color (decimal): -2572006 or 1753560. OLE color: 1753560.
HSL color Cylindrical-coordinate representation of color #D8C11A: hue angle of 52.74º 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 #D8C11A is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 26 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.15 |
| HSL | 52.74º | 0.79% | 0.47% | - |
| HSV(B) | 52.74º | 0.88% | 0.85% | - |
| XYZ | 47.58 | 52.81 | 8.66 | - |
| YUV | 180.84 | 40.62 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 26 | 0 | 0.11 | 0.88 | 0.15 | 52.74 | 0.79 | 0.47 |
| Hex | D8 | C1 | 1A | 0 | B | 58 | F | 35 | 4F | 2F |
| Octal | 330 | 301 | 32 | 0 | 13 | 130 | 17 | 65 | 117 | 57 |
| Binary | 11011000 | 11000001 | 11010 | 0 | 1011 | 1011000 | 1111 | 110101 | 1001111 | 101111 |
Color Harmonies of #D8C11A
Complementary color
Monochromatic Colors of #D8C11A
Black with #D8C11A
Text Example
Text Example
White with #D8C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C11A; }
p { color: rgb(216,193,26); }
H1.HeaderClassName
{
color: #D8C11A;
}
.AnyTagClassName
{
color: #D8C11A;
}
</style>
background-color css
<style>
a { background-color: #D8C11A; }
a { background-color: rgb(216,193,26); }
div.DivClassName
{
background-color: #D8C11A;
}
.BgClassName
{
background-color: #D8C11A;
}
</style>
border-color css
<style>
span { border-color: #D8C11A; }
span { border-color: rgb(216,193,26); }
td.TdClassName
{
border-color: #D8C11A;
}
.TagClassName
{
border-color: #D8C11A;
}
</style>