Shades of Sunflower #DAC30A
Tints of Sunflower #DAC30A
RGB
CMYK
RGB Variations
Color information
#DAC30A (or 0xDAC30A) is known color: Sunflower. HEX triplet: DA, C3 and 0A. RGB value is (218,195,10). Sum of RGB (Red+Green+Blue) = 218+195+10=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC30A is #253CF5. Grayscale: #B5B5B5. Windows color (decimal): -2440438 or 705498. OLE color: 705498.
HSL color Cylindrical-coordinate representation of color #DAC30A: hue angle of 53.37º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAC30A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.15 |
| HSL | 53.37º | 0.91% | 0.45% | - |
| HSV(B) | 53.37º | 0.95% | 0.85% | - |
| XYZ | 48.48 | 53.96 | 8.15 | - |
| YUV | 180.79 | 31.62 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 10 | 0 | 0.11 | 0.95 | 0.15 | 53.37 | 0.91 | 0.45 |
| Hex | DA | C3 | A | 0 | B | 5F | F | 35 | 5B | 2D |
| Octal | 332 | 303 | 12 | 0 | 13 | 137 | 17 | 65 | 133 | 55 |
| Binary | 11011010 | 11000011 | 1010 | 0 | 1011 | 1011111 | 1111 | 110101 | 1011011 | 101101 |
Color Harmonies of #DAC30A
Complementary color
Monochromatic Colors of #DAC30A
Black with #DAC30A
Text Example
Text Example
White with #DAC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC30A; }
p { color: rgb(218,195,10); }
H1.HeaderClassName
{
color: #DAC30A;
}
.AnyTagClassName
{
color: #DAC30A;
}
</style>
background-color css
<style>
a { background-color: #DAC30A; }
a { background-color: rgb(218,195,10); }
div.DivClassName
{
background-color: #DAC30A;
}
.BgClassName
{
background-color: #DAC30A;
}
</style>
border-color css
<style>
span { border-color: #DAC30A; }
span { border-color: rgb(218,195,10); }
td.TdClassName
{
border-color: #DAC30A;
}
.TagClassName
{
border-color: #DAC30A;
}
</style>