Shades of Sunflower #DAC309
Tints of Sunflower #DAC309
RGB
CMYK
RGB Variations
Color information
#DAC309 (or 0xDAC309) is known color: Sunflower. HEX triplet: DA, C3 and 09. RGB value is (218,195,9). Sum of RGB (Red+Green+Blue) = 218+195+9=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC309 is #253CF6. Grayscale: #B5B5B5. Windows color (decimal): -2440439 or 639962. OLE color: 639962.
HSL color Cylindrical-coordinate representation of color #DAC309: hue angle of 53.4º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAC309 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.15 |
| HSL | 53.4º | 0.92% | 0.45% | - |
| HSV(B) | 53.4º | 0.96% | 0.85% | - |
| XYZ | 48.48 | 53.96 | 8.12 | - |
| YUV | 180.67 | 31.12 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 9 | 0 | 0.11 | 0.96 | 0.15 | 53.4 | 0.92 | 0.45 |
| Hex | DA | C3 | 9 | 0 | B | 60 | F | 35 | 5C | 2D |
| Octal | 332 | 303 | 11 | 0 | 13 | 140 | 17 | 65 | 134 | 55 |
| Binary | 11011010 | 11000011 | 1001 | 0 | 1011 | 1100000 | 1111 | 110101 | 1011100 | 101101 |
Color Harmonies of #DAC309
Complementary color
Monochromatic Colors of #DAC309
Black with #DAC309
Text Example
Text Example
White with #DAC309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC309; }
p { color: rgb(218,195,9); }
H1.HeaderClassName
{
color: #DAC309;
}
.AnyTagClassName
{
color: #DAC309;
}
</style>
background-color css
<style>
a { background-color: #DAC309; }
a { background-color: rgb(218,195,9); }
div.DivClassName
{
background-color: #DAC309;
}
.BgClassName
{
background-color: #DAC309;
}
</style>
border-color css
<style>
span { border-color: #DAC309; }
span { border-color: rgb(218,195,9); }
td.TdClassName
{
border-color: #DAC309;
}
.TagClassName
{
border-color: #DAC309;
}
</style>