Shades of Sunflower #DAB71D
Tints of Sunflower #DAB71D
RGB
CMYK
RGB Variations
Color information
#DAB71D (or 0xDAB71D) is known color: Sunflower. HEX triplet: DA, B7 and 1D. RGB value is (218,183,29). Sum of RGB (Red+Green+Blue) = 218+183+29=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB71D is #2548E2. Grayscale: #B0B0B0. Windows color (decimal): -2443491 or 1947610. OLE color: 1947610.
HSL color Cylindrical-coordinate representation of color #DAB71D: hue angle of 48.89º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAB71D is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 29 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.15 |
| HSL | 48.89º | 0.77% | 0.48% | - |
| HSV(B) | 48.89º | 0.87% | 0.85% | - |
| XYZ | 46.07 | 48.86 | 8.17 | - |
| YUV | 175.91 | 45.1 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 29 | 0 | 0.16 | 0.87 | 0.15 | 48.89 | 0.77 | 0.48 |
| Hex | DA | B7 | 1D | 0 | 10 | 57 | F | 31 | 4D | 30 |
| Octal | 332 | 267 | 35 | 0 | 20 | 127 | 17 | 61 | 115 | 60 |
| Binary | 11011010 | 10110111 | 11101 | 0 | 10000 | 1010111 | 1111 | 110001 | 1001101 | 110000 |
Color Harmonies of #DAB71D
Complementary color
Monochromatic Colors of #DAB71D
Black with #DAB71D
Text Example
Text Example
White with #DAB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB71D; }
p { color: rgb(218,183,29); }
H1.HeaderClassName
{
color: #DAB71D;
}
.AnyTagClassName
{
color: #DAB71D;
}
</style>
background-color css
<style>
a { background-color: #DAB71D; }
a { background-color: rgb(218,183,29); }
div.DivClassName
{
background-color: #DAB71D;
}
.BgClassName
{
background-color: #DAB71D;
}
</style>
border-color css
<style>
span { border-color: #DAB71D; }
span { border-color: rgb(218,183,29); }
td.TdClassName
{
border-color: #DAB71D;
}
.TagClassName
{
border-color: #DAB71D;
}
</style>