Shades of Sunflower #DAB912
Tints of Sunflower #DAB912
RGB
CMYK
RGB Variations
Color information
#DAB912 (or 0xDAB912) is known color: Sunflower. HEX triplet: DA, B9 and 12. RGB value is (218,185,18). Sum of RGB (Red+Green+Blue) = 218+185+18=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB912 is #2546ED. Grayscale: #B0B0B0. Windows color (decimal): -2442990 or 1227226. OLE color: 1227226.
HSL color Cylindrical-coordinate representation of color #DAB912: hue angle of 50.1º 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 #DAB912 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.15 |
| HSL | 50.1º | 0.85% | 0.46% | - |
| HSV(B) | 50.1º | 0.92% | 0.85% | - |
| XYZ | 46.37 | 49.65 | 7.71 | - |
| YUV | 175.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 18 | 0 | 0.15 | 0.92 | 0.15 | 50.1 | 0.85 | 0.46 |
| Hex | DA | B9 | 12 | 0 | F | 5C | F | 32 | 55 | 2E |
| Octal | 332 | 271 | 22 | 0 | 17 | 134 | 17 | 62 | 125 | 56 |
| Binary | 11011010 | 10111001 | 10010 | 0 | 1111 | 1011100 | 1111 | 110010 | 1010101 | 101110 |
Color Harmonies of #DAB912
Complementary color
Monochromatic Colors of #DAB912
Black with #DAB912
Text Example
Text Example
White with #DAB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB912; }
p { color: rgb(218,185,18); }
H1.HeaderClassName
{
color: #DAB912;
}
.AnyTagClassName
{
color: #DAB912;
}
</style>
background-color css
<style>
a { background-color: #DAB912; }
a { background-color: rgb(218,185,18); }
div.DivClassName
{
background-color: #DAB912;
}
.BgClassName
{
background-color: #DAB912;
}
</style>
border-color css
<style>
span { border-color: #DAB912; }
span { border-color: rgb(218,185,18); }
td.TdClassName
{
border-color: #DAB912;
}
.TagClassName
{
border-color: #DAB912;
}
</style>