Shades of Sunflower #DABD1C
Tints of Sunflower #DABD1C
RGB
CMYK
RGB Variations
Color information
#DABD1C (or 0xDABD1C) is known color: Sunflower. HEX triplet: DA, BD and 1C. RGB value is (218,189,28). Sum of RGB (Red+Green+Blue) = 218+189+28=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD1C is #2542E3. Grayscale: #B3B3B3. Windows color (decimal): -2441956 or 1883610. OLE color: 1883610.
HSL color Cylindrical-coordinate representation of color #DABD1C: hue angle of 50.84º 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 #DABD1C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.15 |
| HSL | 50.84º | 0.77% | 0.48% | - |
| HSV(B) | 50.84º | 0.87% | 0.85% | - |
| XYZ | 47.32 | 51.38 | 8.52 | - |
| YUV | 179.32 | 42.61 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 28 | 0 | 0.13 | 0.87 | 0.15 | 50.84 | 0.77 | 0.48 |
| Hex | DA | BD | 1C | 0 | D | 57 | F | 33 | 4D | 30 |
| Octal | 332 | 275 | 34 | 0 | 15 | 127 | 17 | 63 | 115 | 60 |
| Binary | 11011010 | 10111101 | 11100 | 0 | 1101 | 1010111 | 1111 | 110011 | 1001101 | 110000 |
Color Harmonies of #DABD1C
Complementary color
Monochromatic Colors of #DABD1C
Black with #DABD1C
Text Example
Text Example
White with #DABD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD1C; }
p { color: rgb(218,189,28); }
H1.HeaderClassName
{
color: #DABD1C;
}
.AnyTagClassName
{
color: #DABD1C;
}
</style>
background-color css
<style>
a { background-color: #DABD1C; }
a { background-color: rgb(218,189,28); }
div.DivClassName
{
background-color: #DABD1C;
}
.BgClassName
{
background-color: #DABD1C;
}
</style>
border-color css
<style>
span { border-color: #DABD1C; }
span { border-color: rgb(218,189,28); }
td.TdClassName
{
border-color: #DABD1C;
}
.TagClassName
{
border-color: #DABD1C;
}
</style>