Shades of Sunflower #DAC223
Tints of Sunflower #DAC223
RGB
CMYK
RGB Variations
Color information
#DAC223 (or 0xDAC223) is known color: Sunflower. HEX triplet: DA, C2 and 23. RGB value is (218,194,35). Sum of RGB (Red+Green+Blue) = 218+194+35=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC223 is #253DDC. Grayscale: #B7B7B7. Windows color (decimal): -2440669 or 2343642. OLE color: 2343642.
HSL color Cylindrical-coordinate representation of color #DAC223: hue angle of 52.13º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAC223 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 35 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.15 |
| HSL | 52.13º | 0.72% | 0.5% | - |
| HSV(B) | 52.13º | 0.84% | 0.85% | - |
| XYZ | 48.51 | 53.61 | 9.38 | - |
| YUV | 183.05 | 44.45 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 35 | 0 | 0.11 | 0.84 | 0.15 | 52.13 | 0.72 | 0.5 |
| Hex | DA | C2 | 23 | 0 | B | 54 | F | 34 | 48 | 32 |
| Octal | 332 | 302 | 43 | 0 | 13 | 124 | 17 | 64 | 110 | 62 |
| Binary | 11011010 | 11000010 | 100011 | 0 | 1011 | 1010100 | 1111 | 110100 | 1001000 | 110010 |
Color Harmonies of #DAC223
Complementary color
Monochromatic Colors of #DAC223
Black with #DAC223
Text Example
Text Example
White with #DAC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC223; }
p { color: rgb(218,194,35); }
H1.HeaderClassName
{
color: #DAC223;
}
.AnyTagClassName
{
color: #DAC223;
}
</style>
background-color css
<style>
a { background-color: #DAC223; }
a { background-color: rgb(218,194,35); }
div.DivClassName
{
background-color: #DAC223;
}
.BgClassName
{
background-color: #DAC223;
}
</style>
border-color css
<style>
span { border-color: #DAC223; }
span { border-color: rgb(218,194,35); }
td.TdClassName
{
border-color: #DAC223;
}
.TagClassName
{
border-color: #DAC223;
}
</style>