Shades of Sunflower #DABB0C
Tints of Sunflower #DABB0C
RGB
CMYK
RGB Variations
Color information
#DABB0C (or 0xDABB0C) is known color: Sunflower. HEX triplet: DA, BB and 0C. RGB value is (218,187,12). Sum of RGB (Red+Green+Blue) = 218+187+12=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB0C is #2544F3. Grayscale: #B1B1B1. Windows color (decimal): -2442484 or 834522. OLE color: 834522.
HSL color Cylindrical-coordinate representation of color #DABB0C: hue angle of 50.97º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DABB0C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.15 |
| HSL | 50.97º | 0.9% | 0.45% | - |
| HSV(B) | 50.97º | 0.94% | 0.85% | - |
| XYZ | 46.75 | 50.47 | 7.63 | - |
| YUV | 176.32 | 35.27 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 12 | 0 | 0.14 | 0.94 | 0.15 | 50.97 | 0.9 | 0.45 |
| Hex | DA | BB | C | 0 | E | 5E | F | 33 | 5A | 2D |
| Octal | 332 | 273 | 14 | 0 | 16 | 136 | 17 | 63 | 132 | 55 |
| Binary | 11011010 | 10111011 | 1100 | 0 | 1110 | 1011110 | 1111 | 110011 | 1011010 | 101101 |
Color Harmonies of #DABB0C
Complementary color
Monochromatic Colors of #DABB0C
Black with #DABB0C
Text Example
Text Example
White with #DABB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB0C; }
p { color: rgb(218,187,12); }
H1.HeaderClassName
{
color: #DABB0C;
}
.AnyTagClassName
{
color: #DABB0C;
}
</style>
background-color css
<style>
a { background-color: #DABB0C; }
a { background-color: rgb(218,187,12); }
div.DivClassName
{
background-color: #DABB0C;
}
.BgClassName
{
background-color: #DABB0C;
}
</style>
border-color css
<style>
span { border-color: #DABB0C; }
span { border-color: rgb(218,187,12); }
td.TdClassName
{
border-color: #DABB0C;
}
.TagClassName
{
border-color: #DABB0C;
}
</style>