Shades of Sunflower #DAC023
Tints of Sunflower #DAC023
RGB
CMYK
RGB Variations
Color information
#DAC023 (or 0xDAC023) is known color: Sunflower. HEX triplet: DA, C0 and 23. RGB value is (218,192,35). Sum of RGB (Red+Green+Blue) = 218+192+35=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC023 is #253FDC. Grayscale: #B6B6B6. Windows color (decimal): -2441181 or 2343130. OLE color: 2343130.
HSL color Cylindrical-coordinate representation of color #DAC023: hue angle of 51.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAC023 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 35 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.15 |
| HSL | 51.48º | 0.72% | 0.5% | - |
| HSV(B) | 51.48º | 0.84% | 0.85% | - |
| XYZ | 48.07 | 52.73 | 9.23 | - |
| YUV | 181.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 35 | 0 | 0.12 | 0.84 | 0.15 | 51.48 | 0.72 | 0.5 |
| Hex | DA | C0 | 23 | 0 | C | 54 | F | 33 | 48 | 32 |
| Octal | 332 | 300 | 43 | 0 | 14 | 124 | 17 | 63 | 110 | 62 |
| Binary | 11011010 | 11000000 | 100011 | 0 | 1100 | 1010100 | 1111 | 110011 | 1001000 | 110010 |
Color Harmonies of #DAC023
Complementary color
Monochromatic Colors of #DAC023
Black with #DAC023
Text Example
Text Example
White with #DAC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC023; }
p { color: rgb(218,192,35); }
H1.HeaderClassName
{
color: #DAC023;
}
.AnyTagClassName
{
color: #DAC023;
}
</style>
background-color css
<style>
a { background-color: #DAC023; }
a { background-color: rgb(218,192,35); }
div.DivClassName
{
background-color: #DAC023;
}
.BgClassName
{
background-color: #DAC023;
}
</style>
border-color css
<style>
span { border-color: #DAC023; }
span { border-color: rgb(218,192,35); }
td.TdClassName
{
border-color: #DAC023;
}
.TagClassName
{
border-color: #DAC023;
}
</style>