Shades of Sunflower #DAC224
Tints of Sunflower #DAC224
RGB
CMYK
RGB Variations
Color information
#DAC224 (or 0xDAC224) is known color: Sunflower. HEX triplet: DA, C2 and 24. RGB value is (218,194,36). Sum of RGB (Red+Green+Blue) = 218+194+36=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC224 is #253DDB. Grayscale: #B7B7B7. Windows color (decimal): -2440668 or 2409178. OLE color: 2409178.
HSL color Cylindrical-coordinate representation of color #DAC224: hue angle of 52.09º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAC224 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 36 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.15 |
| HSL | 52.09º | 0.72% | 0.5% | - |
| HSV(B) | 52.09º | 0.83% | 0.85% | - |
| XYZ | 48.52 | 53.62 | 9.46 | - |
| YUV | 183.16 | 44.95 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 36 | 0 | 0.11 | 0.83 | 0.15 | 52.09 | 0.72 | 0.5 |
| Hex | DA | C2 | 24 | 0 | B | 53 | F | 34 | 48 | 32 |
| Octal | 332 | 302 | 44 | 0 | 13 | 123 | 17 | 64 | 110 | 62 |
| Binary | 11011010 | 11000010 | 100100 | 0 | 1011 | 1010011 | 1111 | 110100 | 1001000 | 110010 |
Color Harmonies of #DAC224
Complementary color
Monochromatic Colors of #DAC224
Black with #DAC224
Text Example
Text Example
White with #DAC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC224; }
p { color: rgb(218,194,36); }
H1.HeaderClassName
{
color: #DAC224;
}
.AnyTagClassName
{
color: #DAC224;
}
</style>
background-color css
<style>
a { background-color: #DAC224; }
a { background-color: rgb(218,194,36); }
div.DivClassName
{
background-color: #DAC224;
}
.BgClassName
{
background-color: #DAC224;
}
</style>
border-color css
<style>
span { border-color: #DAC224; }
span { border-color: rgb(218,194,36); }
td.TdClassName
{
border-color: #DAC224;
}
.TagClassName
{
border-color: #DAC224;
}
</style>