Shades of Sunflower #DAB812
Tints of Sunflower #DAB812
RGB
CMYK
RGB Variations
Color information
#DAB812 (or 0xDAB812) is known color: Sunflower. HEX triplet: DA, B8 and 12. RGB value is (218,184,18). Sum of RGB (Red+Green+Blue) = 218+184+18=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB812 is #2547ED. Grayscale: #AFAFAF. Windows color (decimal): -2443246 or 1226970. OLE color: 1226970.
HSL color Cylindrical-coordinate representation of color #DAB812: hue angle of 49.8º 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 #DAB812 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.15 |
| HSL | 49.8º | 0.85% | 0.46% | - |
| HSV(B) | 49.8º | 0.92% | 0.85% | - |
| XYZ | 46.16 | 49.23 | 7.64 | - |
| YUV | 175.24 | 39.26 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 18 | 0 | 0.16 | 0.92 | 0.15 | 49.8 | 0.85 | 0.46 |
| Hex | DA | B8 | 12 | 0 | 10 | 5C | F | 32 | 55 | 2E |
| Octal | 332 | 270 | 22 | 0 | 20 | 134 | 17 | 62 | 125 | 56 |
| Binary | 11011010 | 10111000 | 10010 | 0 | 10000 | 1011100 | 1111 | 110010 | 1010101 | 101110 |
Color Harmonies of #DAB812
Complementary color
Monochromatic Colors of #DAB812
Black with #DAB812
Text Example
Text Example
White with #DAB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB812; }
p { color: rgb(218,184,18); }
H1.HeaderClassName
{
color: #DAB812;
}
.AnyTagClassName
{
color: #DAB812;
}
</style>
background-color css
<style>
a { background-color: #DAB812; }
a { background-color: rgb(218,184,18); }
div.DivClassName
{
background-color: #DAB812;
}
.BgClassName
{
background-color: #DAB812;
}
</style>
border-color css
<style>
span { border-color: #DAB812; }
span { border-color: rgb(218,184,18); }
td.TdClassName
{
border-color: #DAB812;
}
.TagClassName
{
border-color: #DAB812;
}
</style>