Shades of Sunflower #DAC008
Tints of Sunflower #DAC008
RGB
CMYK
RGB Variations
Color information
#DAC008 (or 0xDAC008) is known color: Sunflower. HEX triplet: DA, C0 and 08. RGB value is (218,192,8). Sum of RGB (Red+Green+Blue) = 218+192+8=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC008 is #253FF7. Grayscale: #B3B3B3. Windows color (decimal): -2441208 or 573658. OLE color: 573658.
HSL color Cylindrical-coordinate representation of color #DAC008: hue angle of 52.57º 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 #DAC008 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.15 |
| HSL | 52.57º | 0.93% | 0.44% | - |
| HSV(B) | 52.57º | 0.96% | 0.85% | - |
| XYZ | 47.81 | 52.62 | 7.87 | - |
| YUV | 178.8 | 31.61 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 8 | 0 | 0.12 | 0.96 | 0.15 | 52.57 | 0.93 | 0.44 |
| Hex | DA | C0 | 8 | 0 | C | 60 | F | 35 | 5D | 2C |
| Octal | 332 | 300 | 10 | 0 | 14 | 140 | 17 | 65 | 135 | 54 |
| Binary | 11011010 | 11000000 | 1000 | 0 | 1100 | 1100000 | 1111 | 110101 | 1011101 | 101100 |
Color Harmonies of #DAC008
Complementary color
Monochromatic Colors of #DAC008
Black with #DAC008
Text Example
Text Example
White with #DAC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC008; }
p { color: rgb(218,192,8); }
H1.HeaderClassName
{
color: #DAC008;
}
.AnyTagClassName
{
color: #DAC008;
}
</style>
background-color css
<style>
a { background-color: #DAC008; }
a { background-color: rgb(218,192,8); }
div.DivClassName
{
background-color: #DAC008;
}
.BgClassName
{
background-color: #DAC008;
}
</style>
border-color css
<style>
span { border-color: #DAC008; }
span { border-color: rgb(218,192,8); }
td.TdClassName
{
border-color: #DAC008;
}
.TagClassName
{
border-color: #DAC008;
}
</style>