Shades of Sunflower #DAB100
Tints of Sunflower #DAB100
RGB
CMYK
RGB Variations
Color information
#DAB100 (or 0xDAB100) is known color: Sunflower. HEX triplet: DA, B1 and 00. RGB value is (218,177,0). Sum of RGB (Red+Green+Blue) = 218+177+0=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB100 is #254EFF. Grayscale: #A9A9A9. Windows color (decimal): -2445056 or 45530. OLE color: 45530.
HSL color Cylindrical-coordinate representation of color #DAB100: hue angle of 48.72º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAB100 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.15 |
| HSL | 48.72º | 1% | 0.43% | - |
| HSV(B) | 48.72º | 1% | 0.85% | - |
| XYZ | 44.64 | 46.35 | 6.59 | - |
| YUV | 169.08 | 32.58 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 0 | 0 | 0.19 | 1 | 0.15 | 48.72 | 1 | 0.43 |
| Hex | DA | B1 | 0 | 0 | 13 | 64 | F | 31 | 64 | 2B |
| Octal | 332 | 261 | 0 | 0 | 23 | 144 | 17 | 61 | 144 | 53 |
| Binary | 11011010 | 10110001 | 0 | 0 | 10011 | 1100100 | 1111 | 110001 | 1100100 | 101011 |
Color Harmonies of #DAB100
Complementary color
Monochromatic Colors of #DAB100
Black with #DAB100
Text Example
Text Example
White with #DAB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB100; }
p { color: rgb(218,177,0); }
H1.HeaderClassName
{
color: #DAB100;
}
.AnyTagClassName
{
color: #DAB100;
}
</style>
background-color css
<style>
a { background-color: #DAB100; }
a { background-color: rgb(218,177,0); }
div.DivClassName
{
background-color: #DAB100;
}
.BgClassName
{
background-color: #DAB100;
}
</style>
border-color css
<style>
span { border-color: #DAB100; }
span { border-color: rgb(218,177,0); }
td.TdClassName
{
border-color: #DAB100;
}
.TagClassName
{
border-color: #DAB100;
}
</style>