Shades of Sunflower #DAB002
Tints of Sunflower #DAB002
RGB
CMYK
RGB Variations
Color information
#DAB002 (or 0xDAB002) is known color: Sunflower. HEX triplet: DA, B0 and 02. RGB value is (218,176,2). Sum of RGB (Red+Green+Blue) = 218+176+2=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB002 is #254FFD. Grayscale: #A9A9A9. Windows color (decimal): -2445310 or 176346. OLE color: 176346.
HSL color Cylindrical-coordinate representation of color #DAB002: hue angle of 48.33º 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 #DAB002 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.15 |
| HSL | 48.33º | 0.98% | 0.43% | - |
| HSV(B) | 48.33º | 0.99% | 0.85% | - |
| XYZ | 44.45 | 45.96 | 6.59 | - |
| YUV | 168.72 | 33.91 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 2 | 0 | 0.19 | 0.99 | 0.15 | 48.33 | 0.98 | 0.43 |
| Hex | DA | B0 | 2 | 0 | 13 | 63 | F | 30 | 62 | 2B |
| Octal | 332 | 260 | 2 | 0 | 23 | 143 | 17 | 60 | 142 | 53 |
| Binary | 11011010 | 10110000 | 10 | 0 | 10011 | 1100011 | 1111 | 110000 | 1100010 | 101011 |
Color Harmonies of #DAB002
Complementary color
Monochromatic Colors of #DAB002
Black with #DAB002
Text Example
Text Example
White with #DAB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB002; }
p { color: rgb(218,176,2); }
H1.HeaderClassName
{
color: #DAB002;
}
.AnyTagClassName
{
color: #DAB002;
}
</style>
background-color css
<style>
a { background-color: #DAB002; }
a { background-color: rgb(218,176,2); }
div.DivClassName
{
background-color: #DAB002;
}
.BgClassName
{
background-color: #DAB002;
}
</style>
border-color css
<style>
span { border-color: #DAB002; }
span { border-color: rgb(218,176,2); }
td.TdClassName
{
border-color: #DAB002;
}
.TagClassName
{
border-color: #DAB002;
}
</style>