Shades of Sunflower #DAB102
Tints of Sunflower #DAB102
RGB
CMYK
RGB Variations
Color information
#DAB102 (or 0xDAB102) is known color: Sunflower. HEX triplet: DA, B1 and 02. RGB value is (218,177,2). Sum of RGB (Red+Green+Blue) = 218+177+2=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB102 is #254EFD. Grayscale: #AAAAAA. Windows color (decimal): -2445054 or 176602. OLE color: 176602.
HSL color Cylindrical-coordinate representation of color #DAB102: hue angle of 48.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAB102 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.15 |
| HSL | 48.61º | 0.98% | 0.43% | - |
| HSV(B) | 48.61º | 0.99% | 0.85% | - |
| XYZ | 44.65 | 46.35 | 6.65 | - |
| YUV | 169.31 | 33.58 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 2 | 0 | 0.19 | 0.99 | 0.15 | 48.61 | 0.98 | 0.43 |
| Hex | DA | B1 | 2 | 0 | 13 | 63 | F | 31 | 62 | 2B |
| Octal | 332 | 261 | 2 | 0 | 23 | 143 | 17 | 61 | 142 | 53 |
| Binary | 11011010 | 10110001 | 10 | 0 | 10011 | 1100011 | 1111 | 110001 | 1100010 | 101011 |
Color Harmonies of #DAB102
Complementary color
Monochromatic Colors of #DAB102
Black with #DAB102
Text Example
Text Example
White with #DAB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB102; }
p { color: rgb(218,177,2); }
H1.HeaderClassName
{
color: #DAB102;
}
.AnyTagClassName
{
color: #DAB102;
}
</style>
background-color css
<style>
a { background-color: #DAB102; }
a { background-color: rgb(218,177,2); }
div.DivClassName
{
background-color: #DAB102;
}
.BgClassName
{
background-color: #DAB102;
}
</style>
border-color css
<style>
span { border-color: #DAB102; }
span { border-color: rgb(218,177,2); }
td.TdClassName
{
border-color: #DAB102;
}
.TagClassName
{
border-color: #DAB102;
}
</style>