Shades of Sunflower #DAB712
Tints of Sunflower #DAB712
RGB
CMYK
RGB Variations
Color information
#DAB712 (or 0xDAB712) is known color: Sunflower. HEX triplet: DA, B7 and 12. RGB value is (218,183,18). Sum of RGB (Red+Green+Blue) = 218+183+18=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB712 is #2548ED. Grayscale: #AFAFAF. Windows color (decimal): -2443502 or 1226714. OLE color: 1226714.
HSL color Cylindrical-coordinate representation of color #DAB712: hue angle of 49.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAB712 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.15 |
| HSL | 49.5º | 0.85% | 0.46% | - |
| HSV(B) | 49.5º | 0.92% | 0.85% | - |
| XYZ | 45.96 | 48.82 | 7.57 | - |
| YUV | 174.66 | 39.6 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 18 | 0 | 0.16 | 0.92 | 0.15 | 49.5 | 0.85 | 0.46 |
| Hex | DA | B7 | 12 | 0 | 10 | 5C | F | 32 | 55 | 2E |
| Octal | 332 | 267 | 22 | 0 | 20 | 134 | 17 | 62 | 125 | 56 |
| Binary | 11011010 | 10110111 | 10010 | 0 | 10000 | 1011100 | 1111 | 110010 | 1010101 | 101110 |
Color Harmonies of #DAB712
Complementary color
Monochromatic Colors of #DAB712
Black with #DAB712
Text Example
Text Example
White with #DAB712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB712; }
p { color: rgb(218,183,18); }
H1.HeaderClassName
{
color: #DAB712;
}
.AnyTagClassName
{
color: #DAB712;
}
</style>
background-color css
<style>
a { background-color: #DAB712; }
a { background-color: rgb(218,183,18); }
div.DivClassName
{
background-color: #DAB712;
}
.BgClassName
{
background-color: #DAB712;
}
</style>
border-color css
<style>
span { border-color: #DAB712; }
span { border-color: rgb(218,183,18); }
td.TdClassName
{
border-color: #DAB712;
}
.TagClassName
{
border-color: #DAB712;
}
</style>