Shades of Sunflower #DAC128
Tints of Sunflower #DAC128
RGB
CMYK
RGB Variations
Color information
#DAC128 (or 0xDAC128) is known color: Sunflower. HEX triplet: DA, C1 and 28. RGB value is (218,193,40). Sum of RGB (Red+Green+Blue) = 218+193+40=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC128 is #253ED7. Grayscale: #B7B7B7. Windows color (decimal): -2440920 or 2671066. OLE color: 2671066.
HSL color Cylindrical-coordinate representation of color #DAC128: hue angle of 51.57º 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 #DAC128 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 40 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.15 |
| HSL | 51.57º | 0.71% | 0.51% | - |
| HSV(B) | 51.57º | 0.82% | 0.85% | - |
| XYZ | 48.37 | 53.2 | 9.73 | - |
| YUV | 183.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 40 | 0 | 0.11 | 0.82 | 0.15 | 51.57 | 0.71 | 0.51 |
| Hex | DA | C1 | 28 | 0 | B | 52 | F | 34 | 47 | 33 |
| Octal | 332 | 301 | 50 | 0 | 13 | 122 | 17 | 64 | 107 | 63 |
| Binary | 11011010 | 11000001 | 101000 | 0 | 1011 | 1010010 | 1111 | 110100 | 1000111 | 110011 |
Color Harmonies of #DAC128
Complementary color
Monochromatic Colors of #DAC128
Black with #DAC128
Text Example
Text Example
White with #DAC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC128; }
p { color: rgb(218,193,40); }
H1.HeaderClassName
{
color: #DAC128;
}
.AnyTagClassName
{
color: #DAC128;
}
</style>
background-color css
<style>
a { background-color: #DAC128; }
a { background-color: rgb(218,193,40); }
div.DivClassName
{
background-color: #DAC128;
}
.BgClassName
{
background-color: #DAC128;
}
</style>
border-color css
<style>
span { border-color: #DAC128; }
span { border-color: rgb(218,193,40); }
td.TdClassName
{
border-color: #DAC128;
}
.TagClassName
{
border-color: #DAC128;
}
</style>