Shades of Buttercup #DA9926
Tints of Buttercup #DA9926
RGB
CMYK
RGB Variations
Color information
#DA9926 (or 0xDA9926) is known color: Buttercup. HEX triplet: DA, 99 and 26. RGB value is (218,153,38). Sum of RGB (Red+Green+Blue) = 218+153+38=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9926 is #2566D9. Grayscale: #9F9F9F. Windows color (decimal): -2451162 or 2529754. OLE color: 2529754.
HSL color Cylindrical-coordinate representation of color #DA9926: hue angle of 38.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA9926 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 38 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.15 |
| HSL | 38.33º | 0.71% | 0.5% | - |
| HSV(B) | 38.33º | 0.83% | 0.85% | - |
| XYZ | 40.65 | 37.83 | 6.99 | - |
| YUV | 159.33 | 59.53 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 38 | 0 | 0.30 | 0.83 | 0.15 | 38.33 | 0.71 | 0.5 |
| Hex | DA | 99 | 26 | 0 | 1E | 53 | F | 26 | 47 | 32 |
| Octal | 332 | 231 | 46 | 0 | 36 | 123 | 17 | 46 | 107 | 62 |
| Binary | 11011010 | 10011001 | 100110 | 0 | 11110 | 1010011 | 1111 | 100110 | 1000111 | 110010 |
Color Harmonies of #DA9926
Complementary color
Monochromatic Colors of #DA9926
Black with #DA9926
Text Example
Text Example
White with #DA9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9926; }
p { color: rgb(218,153,38); }
H1.HeaderClassName
{
color: #DA9926;
}
.AnyTagClassName
{
color: #DA9926;
}
</style>
background-color css
<style>
a { background-color: #DA9926; }
a { background-color: rgb(218,153,38); }
div.DivClassName
{
background-color: #DA9926;
}
.BgClassName
{
background-color: #DA9926;
}
</style>
border-color css
<style>
span { border-color: #DA9926; }
span { border-color: rgb(218,153,38); }
td.TdClassName
{
border-color: #DA9926;
}
.TagClassName
{
border-color: #DA9926;
}
</style>