Shades of Sunflower #DABD0F
Tints of Sunflower #DABD0F
RGB
CMYK
RGB Variations
Color information
#DABD0F (or 0xDABD0F) is known color: Sunflower. HEX triplet: DA, BD and 0F. RGB value is (218,189,15). Sum of RGB (Red+Green+Blue) = 218+189+15=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD0F is #2542F0. Grayscale: #B2B2B2. Windows color (decimal): -2441969 or 1031642. OLE color: 1031642.
HSL color Cylindrical-coordinate representation of color #DABD0F: hue angle of 51.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DABD0F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.15 |
| HSL | 51.43º | 0.87% | 0.46% | - |
| HSV(B) | 51.43º | 0.93% | 0.85% | - |
| XYZ | 47.2 | 51.34 | 7.87 | - |
| YUV | 177.84 | 36.11 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 15 | 0 | 0.13 | 0.93 | 0.15 | 51.43 | 0.87 | 0.46 |
| Hex | DA | BD | F | 0 | D | 5D | F | 33 | 57 | 2E |
| Octal | 332 | 275 | 17 | 0 | 15 | 135 | 17 | 63 | 127 | 56 |
| Binary | 11011010 | 10111101 | 1111 | 0 | 1101 | 1011101 | 1111 | 110011 | 1010111 | 101110 |
Color Harmonies of #DABD0F
Complementary color
Monochromatic Colors of #DABD0F
Black with #DABD0F
Text Example
Text Example
White with #DABD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD0F; }
p { color: rgb(218,189,15); }
H1.HeaderClassName
{
color: #DABD0F;
}
.AnyTagClassName
{
color: #DABD0F;
}
</style>
background-color css
<style>
a { background-color: #DABD0F; }
a { background-color: rgb(218,189,15); }
div.DivClassName
{
background-color: #DABD0F;
}
.BgClassName
{
background-color: #DABD0F;
}
</style>
border-color css
<style>
span { border-color: #DABD0F; }
span { border-color: rgb(218,189,15); }
td.TdClassName
{
border-color: #DABD0F;
}
.TagClassName
{
border-color: #DABD0F;
}
</style>