Shades of Sunflower #D8C11B
Tints of Sunflower #D8C11B
RGB
CMYK
RGB Variations
Color information
#D8C11B (or 0xD8C11B) is known color: Sunflower. HEX triplet: D8, C1 and 1B. RGB value is (216,193,27). Sum of RGB (Red+Green+Blue) = 216+193+27=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C11B is #273EE4. Grayscale: #B5B5B5. Windows color (decimal): -2572005 or 1819096. OLE color: 1819096.
HSL color Cylindrical-coordinate representation of color #D8C11B: hue angle of 52.7º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8C11B is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 27 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.15 |
| HSL | 52.7º | 0.78% | 0.48% | - |
| HSV(B) | 52.7º | 0.88% | 0.85% | - |
| XYZ | 47.59 | 52.82 | 8.72 | - |
| YUV | 180.95 | 41.12 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 27 | 0 | 0.11 | 0.88 | 0.15 | 52.7 | 0.78 | 0.48 |
| Hex | D8 | C1 | 1B | 0 | B | 58 | F | 35 | 4E | 30 |
| Octal | 330 | 301 | 33 | 0 | 13 | 130 | 17 | 65 | 116 | 60 |
| Binary | 11011000 | 11000001 | 11011 | 0 | 1011 | 1011000 | 1111 | 110101 | 1001110 | 110000 |
Color Harmonies of #D8C11B
Complementary color
Monochromatic Colors of #D8C11B
Black with #D8C11B
Text Example
Text Example
White with #D8C11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C11B; }
p { color: rgb(216,193,27); }
H1.HeaderClassName
{
color: #D8C11B;
}
.AnyTagClassName
{
color: #D8C11B;
}
</style>
background-color css
<style>
a { background-color: #D8C11B; }
a { background-color: rgb(216,193,27); }
div.DivClassName
{
background-color: #D8C11B;
}
.BgClassName
{
background-color: #D8C11B;
}
</style>
border-color css
<style>
span { border-color: #D8C11B; }
span { border-color: rgb(216,193,27); }
td.TdClassName
{
border-color: #D8C11B;
}
.TagClassName
{
border-color: #D8C11B;
}
</style>