Shades of Sunflower #DABB21
Tints of Sunflower #DABB21
RGB
CMYK
RGB Variations
Color information
#DABB21 (or 0xDABB21) is known color: Sunflower. HEX triplet: DA, BB and 21. RGB value is (218,187,33). Sum of RGB (Red+Green+Blue) = 218+187+33=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB21 is #2544DE. Grayscale: #B3B3B3. Windows color (decimal): -2442463 or 2210778. OLE color: 2210778.
HSL color Cylindrical-coordinate representation of color #DABB21: hue angle of 49.95º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DABB21 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 33 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.15 |
| HSL | 49.95º | 0.74% | 0.49% | - |
| HSV(B) | 49.95º | 0.85% | 0.85% | - |
| XYZ | 46.96 | 50.56 | 8.72 | - |
| YUV | 178.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 33 | 0 | 0.14 | 0.85 | 0.15 | 49.95 | 0.74 | 0.49 |
| Hex | DA | BB | 21 | 0 | E | 55 | F | 32 | 4A | 31 |
| Octal | 332 | 273 | 41 | 0 | 16 | 125 | 17 | 62 | 112 | 61 |
| Binary | 11011010 | 10111011 | 100001 | 0 | 1110 | 1010101 | 1111 | 110010 | 1001010 | 110001 |
Color Harmonies of #DABB21
Complementary color
Monochromatic Colors of #DABB21
Black with #DABB21
Text Example
Text Example
White with #DABB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB21; }
p { color: rgb(218,187,33); }
H1.HeaderClassName
{
color: #DABB21;
}
.AnyTagClassName
{
color: #DABB21;
}
</style>
background-color css
<style>
a { background-color: #DABB21; }
a { background-color: rgb(218,187,33); }
div.DivClassName
{
background-color: #DABB21;
}
.BgClassName
{
background-color: #DABB21;
}
</style>
border-color css
<style>
span { border-color: #DABB21; }
span { border-color: rgb(218,187,33); }
td.TdClassName
{
border-color: #DABB21;
}
.TagClassName
{
border-color: #DABB21;
}
</style>