Shades of Sunflower #DAB922
Tints of Sunflower #DAB922
RGB
CMYK
RGB Variations
Color information
#DAB922 (or 0xDAB922) is known color: Sunflower. HEX triplet: DA, B9 and 22. RGB value is (218,185,34). Sum of RGB (Red+Green+Blue) = 218+185+34=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB922 is #2546DD. Grayscale: #B2B2B2. Windows color (decimal): -2442974 or 2275802. OLE color: 2275802.
HSL color Cylindrical-coordinate representation of color #DAB922: hue angle of 49.24º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAB922 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 34 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.15 |
| HSL | 49.24º | 0.73% | 0.49% | - |
| HSV(B) | 49.24º | 0.84% | 0.85% | - |
| XYZ | 46.55 | 49.72 | 8.66 | - |
| YUV | 177.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 34 | 0 | 0.15 | 0.84 | 0.15 | 49.24 | 0.73 | 0.49 |
| Hex | DA | B9 | 22 | 0 | F | 54 | F | 31 | 49 | 31 |
| Octal | 332 | 271 | 42 | 0 | 17 | 124 | 17 | 61 | 111 | 61 |
| Binary | 11011010 | 10111001 | 100010 | 0 | 1111 | 1010100 | 1111 | 110001 | 1001001 | 110001 |
Color Harmonies of #DAB922
Complementary color
Monochromatic Colors of #DAB922
Black with #DAB922
Text Example
Text Example
White with #DAB922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB922; }
p { color: rgb(218,185,34); }
H1.HeaderClassName
{
color: #DAB922;
}
.AnyTagClassName
{
color: #DAB922;
}
</style>
background-color css
<style>
a { background-color: #DAB922; }
a { background-color: rgb(218,185,34); }
div.DivClassName
{
background-color: #DAB922;
}
.BgClassName
{
background-color: #DAB922;
}
</style>
border-color css
<style>
span { border-color: #DAB922; }
span { border-color: rgb(218,185,34); }
td.TdClassName
{
border-color: #DAB922;
}
.TagClassName
{
border-color: #DAB922;
}
</style>