Shades of Sunflower #DAB402
Tints of Sunflower #DAB402
RGB
CMYK
RGB Variations
Color information
#DAB402 (or 0xDAB402) is known color: Sunflower. HEX triplet: DA, B4 and 02. RGB value is (218,180,2). Sum of RGB (Red+Green+Blue) = 218+180+2=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB402 is #254BFD. Grayscale: #ABABAB. Windows color (decimal): -2444286 or 177370. OLE color: 177370.
HSL color Cylindrical-coordinate representation of color #DAB402: hue angle of 49.44º 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 #DAB402 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.15 |
| HSL | 49.44º | 0.98% | 0.43% | - |
| HSV(B) | 49.44º | 0.99% | 0.85% | - |
| XYZ | 45.25 | 47.55 | 6.85 | - |
| YUV | 171.07 | 32.59 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 2 | 0 | 0.17 | 0.99 | 0.15 | 49.44 | 0.98 | 0.43 |
| Hex | DA | B4 | 2 | 0 | 11 | 63 | F | 31 | 62 | 2B |
| Octal | 332 | 264 | 2 | 0 | 21 | 143 | 17 | 61 | 142 | 53 |
| Binary | 11011010 | 10110100 | 10 | 0 | 10001 | 1100011 | 1111 | 110001 | 1100010 | 101011 |
Color Harmonies of #DAB402
Complementary color
Monochromatic Colors of #DAB402
Black with #DAB402
Text Example
Text Example
White with #DAB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB402; }
p { color: rgb(218,180,2); }
H1.HeaderClassName
{
color: #DAB402;
}
.AnyTagClassName
{
color: #DAB402;
}
</style>
background-color css
<style>
a { background-color: #DAB402; }
a { background-color: rgb(218,180,2); }
div.DivClassName
{
background-color: #DAB402;
}
.BgClassName
{
background-color: #DAB402;
}
</style>
border-color css
<style>
span { border-color: #DAB402; }
span { border-color: rgb(218,180,2); }
td.TdClassName
{
border-color: #DAB402;
}
.TagClassName
{
border-color: #DAB402;
}
</style>