Shades of Sunflower #DAC319
Tints of Sunflower #DAC319
RGB
CMYK
RGB Variations
Color information
#DAC319 (or 0xDAC319) is known color: Sunflower. HEX triplet: DA, C3 and 19. RGB value is (218,195,25). Sum of RGB (Red+Green+Blue) = 218+195+25=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC319 is #253CE6. Grayscale: #B7B7B7. Windows color (decimal): -2440423 or 1688538. OLE color: 1688538.
HSL color Cylindrical-coordinate representation of color #DAC319: hue angle of 52.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAC319 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 25 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.15 |
| HSL | 52.85º | 0.79% | 0.48% | - |
| HSV(B) | 52.85º | 0.89% | 0.85% | - |
| XYZ | 48.6 | 54.01 | 8.78 | - |
| YUV | 182.5 | 39.12 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 25 | 0 | 0.11 | 0.89 | 0.15 | 52.85 | 0.79 | 0.48 |
| Hex | DA | C3 | 19 | 0 | B | 59 | F | 35 | 4F | 30 |
| Octal | 332 | 303 | 31 | 0 | 13 | 131 | 17 | 65 | 117 | 60 |
| Binary | 11011010 | 11000011 | 11001 | 0 | 1011 | 1011001 | 1111 | 110101 | 1001111 | 110000 |
Color Harmonies of #DAC319
Complementary color
Monochromatic Colors of #DAC319
Black with #DAC319
Text Example
Text Example
White with #DAC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC319; }
p { color: rgb(218,195,25); }
H1.HeaderClassName
{
color: #DAC319;
}
.AnyTagClassName
{
color: #DAC319;
}
</style>
background-color css
<style>
a { background-color: #DAC319; }
a { background-color: rgb(218,195,25); }
div.DivClassName
{
background-color: #DAC319;
}
.BgClassName
{
background-color: #DAC319;
}
</style>
border-color css
<style>
span { border-color: #DAC319; }
span { border-color: rgb(218,195,25); }
td.TdClassName
{
border-color: #DAC319;
}
.TagClassName
{
border-color: #DAC319;
}
</style>