Shades of Buttercup #DA8F25
Tints of Buttercup #DA8F25
RGB
CMYK
RGB Variations
Color information
#DA8F25 (or 0xDA8F25) is known color: Buttercup. HEX triplet: DA, 8F and 25. RGB value is (218,143,37). Sum of RGB (Red+Green+Blue) = 218+143+37=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F25 is #2570DA. Grayscale: #999999. Windows color (decimal): -2453723 or 2461658. OLE color: 2461658.
HSL color Cylindrical-coordinate representation of color #DA8F25: hue angle of 35.14º 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 #DA8F25 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 37 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.15 |
| HSL | 35.14º | 0.71% | 0.5% | - |
| HSV(B) | 35.14º | 0.83% | 0.85% | - |
| XYZ | 39.07 | 34.68 | 6.39 | - |
| YUV | 153.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 37 | 0 | 0.34 | 0.83 | 0.15 | 35.14 | 0.71 | 0.5 |
| Hex | DA | 8F | 25 | 0 | 22 | 53 | F | 23 | 47 | 32 |
| Octal | 332 | 217 | 45 | 0 | 42 | 123 | 17 | 43 | 107 | 62 |
| Binary | 11011010 | 10001111 | 100101 | 0 | 100010 | 1010011 | 1111 | 100011 | 1000111 | 110010 |
Color Harmonies of #DA8F25
Complementary color
Monochromatic Colors of #DA8F25
Black with #DA8F25
Text Example
Text Example
White with #DA8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F25; }
p { color: rgb(218,143,37); }
H1.HeaderClassName
{
color: #DA8F25;
}
.AnyTagClassName
{
color: #DA8F25;
}
</style>
background-color css
<style>
a { background-color: #DA8F25; }
a { background-color: rgb(218,143,37); }
div.DivClassName
{
background-color: #DA8F25;
}
.BgClassName
{
background-color: #DA8F25;
}
</style>
border-color css
<style>
span { border-color: #DA8F25; }
span { border-color: rgb(218,143,37); }
td.TdClassName
{
border-color: #DA8F25;
}
.TagClassName
{
border-color: #DA8F25;
}
</style>