Shades of Sunflower #DAC30F
Tints of Sunflower #DAC30F
RGB
CMYK
RGB Variations
Color information
#DAC30F (or 0xDAC30F) is known color: Sunflower. HEX triplet: DA, C3 and 0F. RGB value is (218,195,15). Sum of RGB (Red+Green+Blue) = 218+195+15=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC30F is #253CF0. Grayscale: #B6B6B6. Windows color (decimal): -2440433 or 1033178. OLE color: 1033178.
HSL color Cylindrical-coordinate representation of color #DAC30F: hue angle of 53.2º 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 #DAC30F is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 15 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.15 |
| HSL | 53.2º | 0.87% | 0.46% | - |
| HSV(B) | 53.2º | 0.93% | 0.85% | - |
| XYZ | 48.51 | 53.97 | 8.31 | - |
| YUV | 181.36 | 34.12 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 15 | 0 | 0.11 | 0.93 | 0.15 | 53.2 | 0.87 | 0.46 |
| Hex | DA | C3 | F | 0 | B | 5D | F | 35 | 57 | 2E |
| Octal | 332 | 303 | 17 | 0 | 13 | 135 | 17 | 65 | 127 | 56 |
| Binary | 11011010 | 11000011 | 1111 | 0 | 1011 | 1011101 | 1111 | 110101 | 1010111 | 101110 |
Color Harmonies of #DAC30F
Complementary color
Monochromatic Colors of #DAC30F
Black with #DAC30F
Text Example
Text Example
White with #DAC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC30F; }
p { color: rgb(218,195,15); }
H1.HeaderClassName
{
color: #DAC30F;
}
.AnyTagClassName
{
color: #DAC30F;
}
</style>
background-color css
<style>
a { background-color: #DAC30F; }
a { background-color: rgb(218,195,15); }
div.DivClassName
{
background-color: #DAC30F;
}
.BgClassName
{
background-color: #DAC30F;
}
</style>
border-color css
<style>
span { border-color: #DAC30F; }
span { border-color: rgb(218,195,15); }
td.TdClassName
{
border-color: #DAC30F;
}
.TagClassName
{
border-color: #DAC30F;
}
</style>