Shades of Sunflower #DABB12
Tints of Sunflower #DABB12
RGB
CMYK
RGB Variations
Color information
#DABB12 (or 0xDABB12) is known color: Sunflower. HEX triplet: DA, BB and 12. RGB value is (218,187,18). Sum of RGB (Red+Green+Blue) = 218+187+18=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB12 is #2544ED. Grayscale: #B1B1B1. Windows color (decimal): -2442478 or 1227738. OLE color: 1227738.
HSL color Cylindrical-coordinate representation of color #DABB12: hue angle of 50.7º 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 #DABB12 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.15 |
| HSL | 50.7º | 0.85% | 0.46% | - |
| HSV(B) | 50.7º | 0.92% | 0.85% | - |
| XYZ | 46.79 | 50.49 | 7.85 | - |
| YUV | 177 | 38.27 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 18 | 0 | 0.14 | 0.92 | 0.15 | 50.7 | 0.85 | 0.46 |
| Hex | DA | BB | 12 | 0 | E | 5C | F | 33 | 55 | 2E |
| Octal | 332 | 273 | 22 | 0 | 16 | 134 | 17 | 63 | 125 | 56 |
| Binary | 11011010 | 10111011 | 10010 | 0 | 1110 | 1011100 | 1111 | 110011 | 1010101 | 101110 |
Color Harmonies of #DABB12
Complementary color
Monochromatic Colors of #DABB12
Black with #DABB12
Text Example
Text Example
White with #DABB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB12; }
p { color: rgb(218,187,18); }
H1.HeaderClassName
{
color: #DABB12;
}
.AnyTagClassName
{
color: #DABB12;
}
</style>
background-color css
<style>
a { background-color: #DABB12; }
a { background-color: rgb(218,187,18); }
div.DivClassName
{
background-color: #DABB12;
}
.BgClassName
{
background-color: #DABB12;
}
</style>
border-color css
<style>
span { border-color: #DABB12; }
span { border-color: rgb(218,187,18); }
td.TdClassName
{
border-color: #DABB12;
}
.TagClassName
{
border-color: #DABB12;
}
</style>