Shades of Sunflower #DAB608
Tints of Sunflower #DAB608
RGB
CMYK
RGB Variations
Color information
#DAB608 (or 0xDAB608) is known color: Sunflower. HEX triplet: DA, B6 and 08. RGB value is (218,182,8). Sum of RGB (Red+Green+Blue) = 218+182+8=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB608 is #2549F7. Grayscale: #ADADAD. Windows color (decimal): -2443768 or 571098. OLE color: 571098.
HSL color Cylindrical-coordinate representation of color #DAB608: hue angle of 49.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAB608 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.15 |
| HSL | 49.71º | 0.93% | 0.44% | - |
| HSV(B) | 49.71º | 0.96% | 0.85% | - |
| XYZ | 45.69 | 48.38 | 7.16 | - |
| YUV | 172.93 | 34.93 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 8 | 0 | 0.17 | 0.96 | 0.15 | 49.71 | 0.93 | 0.44 |
| Hex | DA | B6 | 8 | 0 | 11 | 60 | F | 32 | 5D | 2C |
| Octal | 332 | 266 | 10 | 0 | 21 | 140 | 17 | 62 | 135 | 54 |
| Binary | 11011010 | 10110110 | 1000 | 0 | 10001 | 1100000 | 1111 | 110010 | 1011101 | 101100 |
Color Harmonies of #DAB608
Complementary color
Monochromatic Colors of #DAB608
Black with #DAB608
Text Example
Text Example
White with #DAB608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB608; }
p { color: rgb(218,182,8); }
H1.HeaderClassName
{
color: #DAB608;
}
.AnyTagClassName
{
color: #DAB608;
}
</style>
background-color css
<style>
a { background-color: #DAB608; }
a { background-color: rgb(218,182,8); }
div.DivClassName
{
background-color: #DAB608;
}
.BgClassName
{
background-color: #DAB608;
}
</style>
border-color css
<style>
span { border-color: #DAB608; }
span { border-color: rgb(218,182,8); }
td.TdClassName
{
border-color: #DAB608;
}
.TagClassName
{
border-color: #DAB608;
}
</style>