Shades of Sunflower #DABF0D
Tints of Sunflower #DABF0D
RGB
CMYK
RGB Variations
Color information
#DABF0D (or 0xDABF0D) is known color: Sunflower. HEX triplet: DA, BF and 0D. RGB value is (218,191,13). Sum of RGB (Red+Green+Blue) = 218+191+13=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF0D is #2540F2. Grayscale: #B3B3B3. Windows color (decimal): -2441459 or 901082. OLE color: 901082.
HSL color Cylindrical-coordinate representation of color #DABF0D: hue angle of 52.1º degrees, saturation: 0.89, 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 #DABF0D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.15 |
| HSL | 52.1º | 0.89% | 0.45% | - |
| HSV(B) | 52.1º | 0.94% | 0.85% | - |
| XYZ | 47.62 | 52.2 | 7.95 | - |
| YUV | 178.78 | 34.45 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 13 | 0 | 0.12 | 0.94 | 0.15 | 52.1 | 0.89 | 0.45 |
| Hex | DA | BF | D | 0 | C | 5E | F | 34 | 59 | 2D |
| Octal | 332 | 277 | 15 | 0 | 14 | 136 | 17 | 64 | 131 | 55 |
| Binary | 11011010 | 10111111 | 1101 | 0 | 1100 | 1011110 | 1111 | 110100 | 1011001 | 101101 |
Color Harmonies of #DABF0D
Complementary color
Monochromatic Colors of #DABF0D
Black with #DABF0D
Text Example
Text Example
White with #DABF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF0D; }
p { color: rgb(218,191,13); }
H1.HeaderClassName
{
color: #DABF0D;
}
.AnyTagClassName
{
color: #DABF0D;
}
</style>
background-color css
<style>
a { background-color: #DABF0D; }
a { background-color: rgb(218,191,13); }
div.DivClassName
{
background-color: #DABF0D;
}
.BgClassName
{
background-color: #DABF0D;
}
</style>
border-color css
<style>
span { border-color: #DABF0D; }
span { border-color: rgb(218,191,13); }
td.TdClassName
{
border-color: #DABF0D;
}
.TagClassName
{
border-color: #DABF0D;
}
</style>