Shades of Sunflower #DAC50C
Tints of Sunflower #DAC50C
RGB
CMYK
RGB Variations
Color information
#DAC50C (or 0xDAC50C) is known color: Sunflower. HEX triplet: DA, C5 and 0C. RGB value is (218,197,12). Sum of RGB (Red+Green+Blue) = 218+197+12=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC50C is #253AF3. Grayscale: #B6B6B6. Windows color (decimal): -2439924 or 837082. OLE color: 837082.
HSL color Cylindrical-coordinate representation of color #DAC50C: hue angle of 53.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAC50C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 12 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.15 |
| HSL | 53.88º | 0.9% | 0.45% | - |
| HSV(B) | 53.88º | 0.94% | 0.85% | - |
| XYZ | 48.95 | 54.86 | 8.36 | - |
| YUV | 182.19 | 31.96 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 12 | 0 | 0.10 | 0.94 | 0.15 | 53.88 | 0.9 | 0.45 |
| Hex | DA | C5 | C | 0 | A | 5E | F | 36 | 5A | 2D |
| Octal | 332 | 305 | 14 | 0 | 12 | 136 | 17 | 66 | 132 | 55 |
| Binary | 11011010 | 11000101 | 1100 | 0 | 1010 | 1011110 | 1111 | 110110 | 1011010 | 101101 |
Color Harmonies of #DAC50C
Complementary color
Monochromatic Colors of #DAC50C
Black with #DAC50C
Text Example
Text Example
White with #DAC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC50C; }
p { color: rgb(218,197,12); }
H1.HeaderClassName
{
color: #DAC50C;
}
.AnyTagClassName
{
color: #DAC50C;
}
</style>
background-color css
<style>
a { background-color: #DAC50C; }
a { background-color: rgb(218,197,12); }
div.DivClassName
{
background-color: #DAC50C;
}
.BgClassName
{
background-color: #DAC50C;
}
</style>
border-color css
<style>
span { border-color: #DAC50C; }
span { border-color: rgb(218,197,12); }
td.TdClassName
{
border-color: #DAC50C;
}
.TagClassName
{
border-color: #DAC50C;
}
</style>