Shades of Sunflower #DAC222
Tints of Sunflower #DAC222
RGB
CMYK
RGB Variations
Color information
#DAC222 (or 0xDAC222) is known color: Sunflower. HEX triplet: DA, C2 and 22. RGB value is (218,194,34). Sum of RGB (Red+Green+Blue) = 218+194+34=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC222 is #253DDD. Grayscale: #B7B7B7. Windows color (decimal): -2440670 or 2278106. OLE color: 2278106.
HSL color Cylindrical-coordinate representation of color #DAC222: hue angle of 52.17º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAC222 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 34 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.15 |
| HSL | 52.17º | 0.73% | 0.49% | - |
| HSV(B) | 52.17º | 0.84% | 0.85% | - |
| XYZ | 48.49 | 53.6 | 9.3 | - |
| YUV | 182.94 | 43.95 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 34 | 0 | 0.11 | 0.84 | 0.15 | 52.17 | 0.73 | 0.49 |
| Hex | DA | C2 | 22 | 0 | B | 54 | F | 34 | 49 | 31 |
| Octal | 332 | 302 | 42 | 0 | 13 | 124 | 17 | 64 | 111 | 61 |
| Binary | 11011010 | 11000010 | 100010 | 0 | 1011 | 1010100 | 1111 | 110100 | 1001001 | 110001 |
Color Harmonies of #DAC222
Complementary color
Monochromatic Colors of #DAC222
Black with #DAC222
Text Example
Text Example
White with #DAC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC222; }
p { color: rgb(218,194,34); }
H1.HeaderClassName
{
color: #DAC222;
}
.AnyTagClassName
{
color: #DAC222;
}
</style>
background-color css
<style>
a { background-color: #DAC222; }
a { background-color: rgb(218,194,34); }
div.DivClassName
{
background-color: #DAC222;
}
.BgClassName
{
background-color: #DAC222;
}
</style>
border-color css
<style>
span { border-color: #DAC222; }
span { border-color: rgb(218,194,34); }
td.TdClassName
{
border-color: #DAC222;
}
.TagClassName
{
border-color: #DAC222;
}
</style>