Shades of Sunflower #DAC10F
Tints of Sunflower #DAC10F
RGB
CMYK
RGB Variations
Color information
#DAC10F (or 0xDAC10F) is known color: Sunflower. HEX triplet: DA, C1 and 0F. RGB value is (218,193,15). Sum of RGB (Red+Green+Blue) = 218+193+15=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC10F is #253EF0. Grayscale: #B4B4B4. Windows color (decimal): -2440945 or 1032666. OLE color: 1032666.
HSL color Cylindrical-coordinate representation of color #DAC10F: hue angle of 52.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAC10F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 15 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.15 |
| HSL | 52.61º | 0.87% | 0.46% | - |
| HSV(B) | 52.61º | 0.93% | 0.85% | - |
| XYZ | 48.07 | 53.08 | 8.16 | - |
| YUV | 180.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 15 | 0 | 0.11 | 0.93 | 0.15 | 52.61 | 0.87 | 0.46 |
| Hex | DA | C1 | F | 0 | B | 5D | F | 35 | 57 | 2E |
| Octal | 332 | 301 | 17 | 0 | 13 | 135 | 17 | 65 | 127 | 56 |
| Binary | 11011010 | 11000001 | 1111 | 0 | 1011 | 1011101 | 1111 | 110101 | 1010111 | 101110 |
Color Harmonies of #DAC10F
Complementary color
Monochromatic Colors of #DAC10F
Black with #DAC10F
Text Example
Text Example
White with #DAC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC10F; }
p { color: rgb(218,193,15); }
H1.HeaderClassName
{
color: #DAC10F;
}
.AnyTagClassName
{
color: #DAC10F;
}
</style>
background-color css
<style>
a { background-color: #DAC10F; }
a { background-color: rgb(218,193,15); }
div.DivClassName
{
background-color: #DAC10F;
}
.BgClassName
{
background-color: #DAC10F;
}
</style>
border-color css
<style>
span { border-color: #DAC10F; }
span { border-color: rgb(218,193,15); }
td.TdClassName
{
border-color: #DAC10F;
}
.TagClassName
{
border-color: #DAC10F;
}
</style>