Shades of Sunflower #D8C311
Tints of Sunflower #D8C311
RGB
CMYK
RGB Variations
Color information
#D8C311 (or 0xD8C311) is known color: Sunflower. HEX triplet: D8, C3 and 11. RGB value is (216,195,17). Sum of RGB (Red+Green+Blue) = 216+195+17=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C311 is #273CEE. Grayscale: #B5B5B5. Windows color (decimal): -2571503 or 1164248. OLE color: 1164248.
HSL color Cylindrical-coordinate representation of color #D8C311: hue angle of 53.67º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8C311 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 17 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.15 |
| HSL | 53.67º | 0.85% | 0.46% | - |
| HSV(B) | 53.67º | 0.92% | 0.85% | - |
| XYZ | 47.94 | 53.67 | 8.36 | - |
| YUV | 180.99 | 35.46 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 17 | 0 | 0.10 | 0.92 | 0.15 | 53.67 | 0.85 | 0.46 |
| Hex | D8 | C3 | 11 | 0 | A | 5C | F | 36 | 55 | 2E |
| Octal | 330 | 303 | 21 | 0 | 12 | 134 | 17 | 66 | 125 | 56 |
| Binary | 11011000 | 11000011 | 10001 | 0 | 1010 | 1011100 | 1111 | 110110 | 1010101 | 101110 |
Color Harmonies of #D8C311
Complementary color
Monochromatic Colors of #D8C311
Black with #D8C311
Text Example
Text Example
White with #D8C311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C311; }
p { color: rgb(216,195,17); }
H1.HeaderClassName
{
color: #D8C311;
}
.AnyTagClassName
{
color: #D8C311;
}
</style>
background-color css
<style>
a { background-color: #D8C311; }
a { background-color: rgb(216,195,17); }
div.DivClassName
{
background-color: #D8C311;
}
.BgClassName
{
background-color: #D8C311;
}
</style>
border-color css
<style>
span { border-color: #D8C311; }
span { border-color: rgb(216,195,17); }
td.TdClassName
{
border-color: #D8C311;
}
.TagClassName
{
border-color: #D8C311;
}
</style>