Shades of Sunflower #DAC208
Tints of Sunflower #DAC208
RGB
CMYK
RGB Variations
Color information
#DAC208 (or 0xDAC208) is known color: Sunflower. HEX triplet: DA, C2 and 08. RGB value is (218,194,8). Sum of RGB (Red+Green+Blue) = 218+194+8=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC208 is #253DF7. Grayscale: #B4B4B4. Windows color (decimal): -2440696 or 574170. OLE color: 574170.
HSL color Cylindrical-coordinate representation of color #DAC208: hue angle of 53.14º 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 #DAC208 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.15 |
| HSL | 53.14º | 0.93% | 0.44% | - |
| HSV(B) | 53.14º | 0.96% | 0.85% | - |
| XYZ | 48.25 | 53.51 | 8.01 | - |
| YUV | 179.97 | 30.95 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 8 | 0 | 0.11 | 0.96 | 0.15 | 53.14 | 0.93 | 0.44 |
| Hex | DA | C2 | 8 | 0 | B | 60 | F | 35 | 5D | 2C |
| Octal | 332 | 302 | 10 | 0 | 13 | 140 | 17 | 65 | 135 | 54 |
| Binary | 11011010 | 11000010 | 1000 | 0 | 1011 | 1100000 | 1111 | 110101 | 1011101 | 101100 |
Color Harmonies of #DAC208
Complementary color
Monochromatic Colors of #DAC208
Black with #DAC208
Text Example
Text Example
White with #DAC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC208; }
p { color: rgb(218,194,8); }
H1.HeaderClassName
{
color: #DAC208;
}
.AnyTagClassName
{
color: #DAC208;
}
</style>
background-color css
<style>
a { background-color: #DAC208; }
a { background-color: rgb(218,194,8); }
div.DivClassName
{
background-color: #DAC208;
}
.BgClassName
{
background-color: #DAC208;
}
</style>
border-color css
<style>
span { border-color: #DAC208; }
span { border-color: rgb(218,194,8); }
td.TdClassName
{
border-color: #DAC208;
}
.TagClassName
{
border-color: #DAC208;
}
</style>