Shades of Sunflower #DAC813
Tints of Sunflower #DAC813
RGB
CMYK
RGB Variations
Color information
#DAC813 (or 0xDAC813) is known color: Sunflower. HEX triplet: DA, C8 and 13. RGB value is (218,200,19). Sum of RGB (Red+Green+Blue) = 218+200+19=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC813 is #2537EC. Grayscale: #B9B9B9. Windows color (decimal): -2439149 or 1296602. OLE color: 1296602.
HSL color Cylindrical-coordinate representation of color #DAC813: hue angle of 54.57º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAC813 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 19 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.15 |
| HSL | 54.57º | 0.84% | 0.46% | - |
| HSV(B) | 54.57º | 0.91% | 0.85% | - |
| XYZ | 49.69 | 56.26 | 8.86 | - |
| YUV | 184.75 | 34.46 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 19 | 0 | 0.08 | 0.91 | 0.15 | 54.57 | 0.84 | 0.46 |
| Hex | DA | C8 | 13 | 0 | 8 | 5B | F | 37 | 54 | 2E |
| Octal | 332 | 310 | 23 | 0 | 10 | 133 | 17 | 67 | 124 | 56 |
| Binary | 11011010 | 11001000 | 10011 | 0 | 1000 | 1011011 | 1111 | 110111 | 1010100 | 101110 |
Color Harmonies of #DAC813
Complementary color
Monochromatic Colors of #DAC813
Black with #DAC813
Text Example
Text Example
White with #DAC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC813; }
p { color: rgb(218,200,19); }
H1.HeaderClassName
{
color: #DAC813;
}
.AnyTagClassName
{
color: #DAC813;
}
</style>
background-color css
<style>
a { background-color: #DAC813; }
a { background-color: rgb(218,200,19); }
div.DivClassName
{
background-color: #DAC813;
}
.BgClassName
{
background-color: #DAC813;
}
</style>
border-color css
<style>
span { border-color: #DAC813; }
span { border-color: rgb(218,200,19); }
td.TdClassName
{
border-color: #DAC813;
}
.TagClassName
{
border-color: #DAC813;
}
</style>