Shades of Sunflower #DACD12
Tints of Sunflower #DACD12
RGB
CMYK
RGB Variations
Color information
#DACD12 (or 0xDACD12) is known color: Sunflower. HEX triplet: DA, CD and 12. RGB value is (218,205,18). Sum of RGB (Red+Green+Blue) = 218+205+18=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD12 is #2532ED. Grayscale: #BCBCBC. Windows color (decimal): -2437870 or 1232346. OLE color: 1232346.
HSL color Cylindrical-coordinate representation of color #DACD12: hue angle of 56.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DACD12 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 18 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.15 |
| HSL | 56.1º | 0.85% | 0.46% | - |
| HSV(B) | 56.1º | 0.92% | 0.85% | - |
| XYZ | 50.85 | 58.61 | 9.21 | - |
| YUV | 187.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 18 | 0 | 0.06 | 0.92 | 0.15 | 56.1 | 0.85 | 0.46 |
| Hex | DA | CD | 12 | 0 | 6 | 5C | F | 38 | 55 | 2E |
| Octal | 332 | 315 | 22 | 0 | 6 | 134 | 17 | 70 | 125 | 56 |
| Binary | 11011010 | 11001101 | 10010 | 0 | 110 | 1011100 | 1111 | 111000 | 1010101 | 101110 |
Color Harmonies of #DACD12
Complementary color
Monochromatic Colors of #DACD12
Black with #DACD12
Text Example
Text Example
White with #DACD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD12; }
p { color: rgb(218,205,18); }
H1.HeaderClassName
{
color: #DACD12;
}
.AnyTagClassName
{
color: #DACD12;
}
</style>
background-color css
<style>
a { background-color: #DACD12; }
a { background-color: rgb(218,205,18); }
div.DivClassName
{
background-color: #DACD12;
}
.BgClassName
{
background-color: #DACD12;
}
</style>
border-color css
<style>
span { border-color: #DACD12; }
span { border-color: rgb(218,205,18); }
td.TdClassName
{
border-color: #DACD12;
}
.TagClassName
{
border-color: #DACD12;
}
</style>