Shades of Sunflower #DAC108
Tints of Sunflower #DAC108
RGB
CMYK
RGB Variations
Color information
#DAC108 (or 0xDAC108) is known color: Sunflower. HEX triplet: DA, C1 and 08. RGB value is (218,193,8). Sum of RGB (Red+Green+Blue) = 218+193+8=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC108 is #253EF7. Grayscale: #B4B4B4. Windows color (decimal): -2440952 or 573914. OLE color: 573914.
HSL color Cylindrical-coordinate representation of color #DAC108: hue angle of 52.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAC108 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.15 |
| HSL | 52.86º | 0.93% | 0.44% | - |
| HSV(B) | 52.86º | 0.96% | 0.85% | - |
| XYZ | 48.03 | 53.06 | 7.94 | - |
| YUV | 179.39 | 31.28 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 8 | 0 | 0.11 | 0.96 | 0.15 | 52.86 | 0.93 | 0.44 |
| Hex | DA | C1 | 8 | 0 | B | 60 | F | 35 | 5D | 2C |
| Octal | 332 | 301 | 10 | 0 | 13 | 140 | 17 | 65 | 135 | 54 |
| Binary | 11011010 | 11000001 | 1000 | 0 | 1011 | 1100000 | 1111 | 110101 | 1011101 | 101100 |
Color Harmonies of #DAC108
Complementary color
Monochromatic Colors of #DAC108
Black with #DAC108
Text Example
Text Example
White with #DAC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC108; }
p { color: rgb(218,193,8); }
H1.HeaderClassName
{
color: #DAC108;
}
.AnyTagClassName
{
color: #DAC108;
}
</style>
background-color css
<style>
a { background-color: #DAC108; }
a { background-color: rgb(218,193,8); }
div.DivClassName
{
background-color: #DAC108;
}
.BgClassName
{
background-color: #DAC108;
}
</style>
border-color css
<style>
span { border-color: #DAC108; }
span { border-color: rgb(218,193,8); }
td.TdClassName
{
border-color: #DAC108;
}
.TagClassName
{
border-color: #DAC108;
}
</style>