Shades of Sunflower #DAC028
Tints of Sunflower #DAC028
RGB
CMYK
RGB Variations
Color information
#DAC028 (or 0xDAC028) is known color: Sunflower. HEX triplet: DA, C0 and 28. RGB value is (218,192,40). Sum of RGB (Red+Green+Blue) = 218+192+40=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC028 is #253FD7. Grayscale: #B7B7B7. Windows color (decimal): -2441176 or 2670810. OLE color: 2670810.
HSL color Cylindrical-coordinate representation of color #DAC028: hue angle of 51.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAC028 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 40 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.15 |
| HSL | 51.24º | 0.71% | 0.51% | - |
| HSV(B) | 51.24º | 0.82% | 0.85% | - |
| XYZ | 48.15 | 52.76 | 9.65 | - |
| YUV | 182.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 40 | 0 | 0.12 | 0.82 | 0.15 | 51.24 | 0.71 | 0.51 |
| Hex | DA | C0 | 28 | 0 | C | 52 | F | 33 | 47 | 33 |
| Octal | 332 | 300 | 50 | 0 | 14 | 122 | 17 | 63 | 107 | 63 |
| Binary | 11011010 | 11000000 | 101000 | 0 | 1100 | 1010010 | 1111 | 110011 | 1000111 | 110011 |
Color Harmonies of #DAC028
Complementary color
Monochromatic Colors of #DAC028
Black with #DAC028
Text Example
Text Example
White with #DAC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC028; }
p { color: rgb(218,192,40); }
H1.HeaderClassName
{
color: #DAC028;
}
.AnyTagClassName
{
color: #DAC028;
}
</style>
background-color css
<style>
a { background-color: #DAC028; }
a { background-color: rgb(218,192,40); }
div.DivClassName
{
background-color: #DAC028;
}
.BgClassName
{
background-color: #DAC028;
}
</style>
border-color css
<style>
span { border-color: #DAC028; }
span { border-color: rgb(218,192,40); }
td.TdClassName
{
border-color: #DAC028;
}
.TagClassName
{
border-color: #DAC028;
}
</style>