Shades of Sunflower #DAC21C
Tints of Sunflower #DAC21C
RGB
CMYK
RGB Variations
Color information
#DAC21C (or 0xDAC21C) is known color: Sunflower. HEX triplet: DA, C2 and 1C. RGB value is (218,194,28). Sum of RGB (Red+Green+Blue) = 218+194+28=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC21C is #253DE3. Grayscale: #B6B6B6. Windows color (decimal): -2440676 or 1884890. OLE color: 1884890.
HSL color Cylindrical-coordinate representation of color #DAC21C: hue angle of 52.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAC21C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 28 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.15 |
| HSL | 52.42º | 0.77% | 0.48% | - |
| HSV(B) | 52.42º | 0.87% | 0.85% | - |
| XYZ | 48.41 | 53.57 | 8.89 | - |
| YUV | 182.25 | 40.95 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 28 | 0 | 0.11 | 0.87 | 0.15 | 52.42 | 0.77 | 0.48 |
| Hex | DA | C2 | 1C | 0 | B | 57 | F | 34 | 4D | 30 |
| Octal | 332 | 302 | 34 | 0 | 13 | 127 | 17 | 64 | 115 | 60 |
| Binary | 11011010 | 11000010 | 11100 | 0 | 1011 | 1010111 | 1111 | 110100 | 1001101 | 110000 |
Color Harmonies of #DAC21C
Complementary color
Monochromatic Colors of #DAC21C
Black with #DAC21C
Text Example
Text Example
White with #DAC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC21C; }
p { color: rgb(218,194,28); }
H1.HeaderClassName
{
color: #DAC21C;
}
.AnyTagClassName
{
color: #DAC21C;
}
</style>
background-color css
<style>
a { background-color: #DAC21C; }
a { background-color: rgb(218,194,28); }
div.DivClassName
{
background-color: #DAC21C;
}
.BgClassName
{
background-color: #DAC21C;
}
</style>
border-color css
<style>
span { border-color: #DAC21C; }
span { border-color: rgb(218,194,28); }
td.TdClassName
{
border-color: #DAC21C;
}
.TagClassName
{
border-color: #DAC21C;
}
</style>