Shades of Sunflower #DAC125
Tints of Sunflower #DAC125
RGB
CMYK
RGB Variations
Color information
#DAC125 (or 0xDAC125) is known color: Sunflower. HEX triplet: DA, C1 and 25. RGB value is (218,193,37). Sum of RGB (Red+Green+Blue) = 218+193+37=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC125 is #253EDA. Grayscale: #B7B7B7. Windows color (decimal): -2440923 or 2474458. OLE color: 2474458.
HSL color Cylindrical-coordinate representation of color #DAC125: hue angle of 51.71º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAC125 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 37 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.15 |
| HSL | 51.71º | 0.71% | 0.5% | - |
| HSV(B) | 51.71º | 0.83% | 0.85% | - |
| XYZ | 48.32 | 53.18 | 9.47 | - |
| YUV | 182.69 | 45.78 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 37 | 0 | 0.11 | 0.83 | 0.15 | 51.71 | 0.71 | 0.5 |
| Hex | DA | C1 | 25 | 0 | B | 53 | F | 34 | 47 | 32 |
| Octal | 332 | 301 | 45 | 0 | 13 | 123 | 17 | 64 | 107 | 62 |
| Binary | 11011010 | 11000001 | 100101 | 0 | 1011 | 1010011 | 1111 | 110100 | 1000111 | 110010 |
Color Harmonies of #DAC125
Complementary color
Monochromatic Colors of #DAC125
Black with #DAC125
Text Example
Text Example
White with #DAC125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC125; }
p { color: rgb(218,193,37); }
H1.HeaderClassName
{
color: #DAC125;
}
.AnyTagClassName
{
color: #DAC125;
}
</style>
background-color css
<style>
a { background-color: #DAC125; }
a { background-color: rgb(218,193,37); }
div.DivClassName
{
background-color: #DAC125;
}
.BgClassName
{
background-color: #DAC125;
}
</style>
border-color css
<style>
span { border-color: #DAC125; }
span { border-color: rgb(218,193,37); }
td.TdClassName
{
border-color: #DAC125;
}
.TagClassName
{
border-color: #DAC125;
}
</style>