Shades of Buttercup #DA8C22
Tints of Buttercup #DA8C22
RGB
CMYK
RGB Variations
Color information
#DA8C22 (or 0xDA8C22) is known color: Buttercup. HEX triplet: DA, 8C and 22. RGB value is (218,140,34). Sum of RGB (Red+Green+Blue) = 218+140+34=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C22 is #2573DD. Grayscale: #979797. Windows color (decimal): -2454494 or 2264282. OLE color: 2264282.
HSL color Cylindrical-coordinate representation of color #DA8C22: hue angle of 34.57º 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 #DA8C22 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 34 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.15 |
| HSL | 34.57º | 0.73% | 0.49% | - |
| HSV(B) | 34.57º | 0.84% | 0.85% | - |
| XYZ | 38.58 | 33.78 | 6 | - |
| YUV | 151.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 34 | 0 | 0.36 | 0.84 | 0.15 | 34.57 | 0.73 | 0.49 |
| Hex | DA | 8C | 22 | 0 | 24 | 54 | F | 23 | 49 | 31 |
| Octal | 332 | 214 | 42 | 0 | 44 | 124 | 17 | 43 | 111 | 61 |
| Binary | 11011010 | 10001100 | 100010 | 0 | 100100 | 1010100 | 1111 | 100011 | 1001001 | 110001 |
Color Harmonies of #DA8C22
Complementary color
Monochromatic Colors of #DA8C22
Black with #DA8C22
Text Example
Text Example
White with #DA8C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C22; }
p { color: rgb(218,140,34); }
H1.HeaderClassName
{
color: #DA8C22;
}
.AnyTagClassName
{
color: #DA8C22;
}
</style>
background-color css
<style>
a { background-color: #DA8C22; }
a { background-color: rgb(218,140,34); }
div.DivClassName
{
background-color: #DA8C22;
}
.BgClassName
{
background-color: #DA8C22;
}
</style>
border-color css
<style>
span { border-color: #DA8C22; }
span { border-color: rgb(218,140,34); }
td.TdClassName
{
border-color: #DA8C22;
}
.TagClassName
{
border-color: #DA8C22;
}
</style>