Shades of Sunflower #DAB012
Tints of Sunflower #DAB012
RGB
CMYK
RGB Variations
Color information
#DAB012 (or 0xDAB012) is known color: Sunflower. HEX triplet: DA, B0 and 12. RGB value is (218,176,18). Sum of RGB (Red+Green+Blue) = 218+176+18=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB012 is #254FED. Grayscale: #ABABAB. Windows color (decimal): -2445294 or 1224922. OLE color: 1224922.
HSL color Cylindrical-coordinate representation of color #DAB012: hue angle of 47.4º 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 #DAB012 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 18 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.15 |
| HSL | 47.4º | 0.85% | 0.46% | - |
| HSV(B) | 47.4º | 0.92% | 0.85% | - |
| XYZ | 44.55 | 46 | 7.1 | - |
| YUV | 170.55 | 41.91 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 18 | 0 | 0.19 | 0.92 | 0.15 | 47.4 | 0.85 | 0.46 |
| Hex | DA | B0 | 12 | 0 | 13 | 5C | F | 2F | 55 | 2E |
| Octal | 332 | 260 | 22 | 0 | 23 | 134 | 17 | 57 | 125 | 56 |
| Binary | 11011010 | 10110000 | 10010 | 0 | 10011 | 1011100 | 1111 | 101111 | 1010101 | 101110 |
Color Harmonies of #DAB012
Complementary color
Monochromatic Colors of #DAB012
Black with #DAB012
Text Example
Text Example
White with #DAB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB012; }
p { color: rgb(218,176,18); }
H1.HeaderClassName
{
color: #DAB012;
}
.AnyTagClassName
{
color: #DAB012;
}
</style>
background-color css
<style>
a { background-color: #DAB012; }
a { background-color: rgb(218,176,18); }
div.DivClassName
{
background-color: #DAB012;
}
.BgClassName
{
background-color: #DAB012;
}
</style>
border-color css
<style>
span { border-color: #DAB012; }
span { border-color: rgb(218,176,18); }
td.TdClassName
{
border-color: #DAB012;
}
.TagClassName
{
border-color: #DAB012;
}
</style>