Shades of Sunflower #DAB715
Tints of Sunflower #DAB715
RGB
CMYK
RGB Variations
Color information
#DAB715 (or 0xDAB715) is known color: Sunflower. HEX triplet: DA, B7 and 15. RGB value is (218,183,21). Sum of RGB (Red+Green+Blue) = 218+183+21=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB715 is #2548EA. Grayscale: #AFAFAF. Windows color (decimal): -2443499 or 1423322. OLE color: 1423322.
HSL color Cylindrical-coordinate representation of color #DAB715: hue angle of 49.34º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAB715 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 21 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.15 |
| HSL | 49.34º | 0.82% | 0.47% | - |
| HSV(B) | 49.34º | 0.9% | 0.85% | - |
| XYZ | 45.98 | 48.83 | 7.71 | - |
| YUV | 175 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 21 | 0 | 0.16 | 0.90 | 0.15 | 49.34 | 0.82 | 0.47 |
| Hex | DA | B7 | 15 | 0 | 10 | 5A | F | 31 | 52 | 2F |
| Octal | 332 | 267 | 25 | 0 | 20 | 132 | 17 | 61 | 122 | 57 |
| Binary | 11011010 | 10110111 | 10101 | 0 | 10000 | 1011010 | 1111 | 110001 | 1010010 | 101111 |
Color Harmonies of #DAB715
Complementary color
Monochromatic Colors of #DAB715
Black with #DAB715
Text Example
Text Example
White with #DAB715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB715; }
p { color: rgb(218,183,21); }
H1.HeaderClassName
{
color: #DAB715;
}
.AnyTagClassName
{
color: #DAB715;
}
</style>
background-color css
<style>
a { background-color: #DAB715; }
a { background-color: rgb(218,183,21); }
div.DivClassName
{
background-color: #DAB715;
}
.BgClassName
{
background-color: #DAB715;
}
</style>
border-color css
<style>
span { border-color: #DAB715; }
span { border-color: rgb(218,183,21); }
td.TdClassName
{
border-color: #DAB715;
}
.TagClassName
{
border-color: #DAB715;
}
</style>