Shades of Sunflower #D8C01D
Tints of Sunflower #D8C01D
RGB
CMYK
RGB Variations
Color information
#D8C01D (or 0xD8C01D) is known color: Sunflower. HEX triplet: D8, C0 and 1D. RGB value is (216,192,29). Sum of RGB (Red+Green+Blue) = 216+192+29=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C01D is #273FE2. Grayscale: #B5B5B5. Windows color (decimal): -2572259 or 1949912. OLE color: 1949912.
HSL color Cylindrical-coordinate representation of color #D8C01D: hue angle of 52.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8C01D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 29 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.15 |
| HSL | 52.3º | 0.76% | 0.48% | - |
| HSV(B) | 52.3º | 0.87% | 0.85% | - |
| XYZ | 47.39 | 52.39 | 8.78 | - |
| YUV | 180.59 | 42.45 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 29 | 0 | 0.11 | 0.87 | 0.15 | 52.3 | 0.76 | 0.48 |
| Hex | D8 | C0 | 1D | 0 | B | 57 | F | 34 | 4C | 30 |
| Octal | 330 | 300 | 35 | 0 | 13 | 127 | 17 | 64 | 114 | 60 |
| Binary | 11011000 | 11000000 | 11101 | 0 | 1011 | 1010111 | 1111 | 110100 | 1001100 | 110000 |
Color Harmonies of #D8C01D
Complementary color
Monochromatic Colors of #D8C01D
Black with #D8C01D
Text Example
Text Example
White with #D8C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C01D; }
p { color: rgb(216,192,29); }
H1.HeaderClassName
{
color: #D8C01D;
}
.AnyTagClassName
{
color: #D8C01D;
}
</style>
background-color css
<style>
a { background-color: #D8C01D; }
a { background-color: rgb(216,192,29); }
div.DivClassName
{
background-color: #D8C01D;
}
.BgClassName
{
background-color: #D8C01D;
}
</style>
border-color css
<style>
span { border-color: #D8C01D; }
span { border-color: rgb(216,192,29); }
td.TdClassName
{
border-color: #D8C01D;
}
.TagClassName
{
border-color: #D8C01D;
}
</style>