Shades of Sunflower #DABF1D
Tints of Sunflower #DABF1D
RGB
CMYK
RGB Variations
Color information
#DABF1D (or 0xDABF1D) is known color: Sunflower. HEX triplet: DA, BF and 1D. RGB value is (218,191,29). Sum of RGB (Red+Green+Blue) = 218+191+29=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF1D is #2540E2. Grayscale: #B5B5B5. Windows color (decimal): -2441443 or 1949658. OLE color: 1949658.
HSL color Cylindrical-coordinate representation of color #DABF1D: hue angle of 51.43º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DABF1D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 29 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.15 |
| HSL | 51.43º | 0.77% | 0.48% | - |
| HSV(B) | 51.43º | 0.87% | 0.85% | - |
| XYZ | 47.77 | 52.26 | 8.73 | - |
| YUV | 180.61 | 42.45 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 29 | 0 | 0.12 | 0.87 | 0.15 | 51.43 | 0.77 | 0.48 |
| Hex | DA | BF | 1D | 0 | C | 57 | F | 33 | 4D | 30 |
| Octal | 332 | 277 | 35 | 0 | 14 | 127 | 17 | 63 | 115 | 60 |
| Binary | 11011010 | 10111111 | 11101 | 0 | 1100 | 1010111 | 1111 | 110011 | 1001101 | 110000 |
Color Harmonies of #DABF1D
Complementary color
Monochromatic Colors of #DABF1D
Black with #DABF1D
Text Example
Text Example
White with #DABF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF1D; }
p { color: rgb(218,191,29); }
H1.HeaderClassName
{
color: #DABF1D;
}
.AnyTagClassName
{
color: #DABF1D;
}
</style>
background-color css
<style>
a { background-color: #DABF1D; }
a { background-color: rgb(218,191,29); }
div.DivClassName
{
background-color: #DABF1D;
}
.BgClassName
{
background-color: #DABF1D;
}
</style>
border-color css
<style>
span { border-color: #DABF1D; }
span { border-color: rgb(218,191,29); }
td.TdClassName
{
border-color: #DABF1D;
}
.TagClassName
{
border-color: #DABF1D;
}
</style>