Shades of Buttercup #DA8C18
Tints of Buttercup #DA8C18
RGB
CMYK
RGB Variations
Color information
#DA8C18 (or 0xDA8C18) is known color: Buttercup. HEX triplet: DA, 8C and 18. RGB value is (218,140,24). Sum of RGB (Red+Green+Blue) = 218+140+24=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8C18 is #2573E7. Grayscale: #969696. Windows color (decimal): -2454504 or 1608922. OLE color: 1608922.
HSL color Cylindrical-coordinate representation of color #DA8C18: hue angle of 35.88º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA8C18 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 24 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.15 |
| HSL | 35.88º | 0.8% | 0.47% | - |
| HSV(B) | 35.88º | 0.89% | 0.85% | - |
| XYZ | 38.46 | 33.73 | 5.35 | - |
| YUV | 150.1 | 56.84 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 24 | 0 | 0.36 | 0.89 | 0.15 | 35.88 | 0.8 | 0.47 |
| Hex | DA | 8C | 18 | 0 | 24 | 59 | F | 24 | 50 | 2F |
| Octal | 332 | 214 | 30 | 0 | 44 | 131 | 17 | 44 | 120 | 57 |
| Binary | 11011010 | 10001100 | 11000 | 0 | 100100 | 1011001 | 1111 | 100100 | 1010000 | 101111 |
Color Harmonies of #DA8C18
Complementary color
Monochromatic Colors of #DA8C18
Black with #DA8C18
Text Example
Text Example
White with #DA8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C18; }
p { color: rgb(218,140,24); }
H1.HeaderClassName
{
color: #DA8C18;
}
.AnyTagClassName
{
color: #DA8C18;
}
</style>
background-color css
<style>
a { background-color: #DA8C18; }
a { background-color: rgb(218,140,24); }
div.DivClassName
{
background-color: #DA8C18;
}
.BgClassName
{
background-color: #DA8C18;
}
</style>
border-color css
<style>
span { border-color: #DA8C18; }
span { border-color: rgb(218,140,24); }
td.TdClassName
{
border-color: #DA8C18;
}
.TagClassName
{
border-color: #DA8C18;
}
</style>