Shades of Buttercup #DA8C1E
Tints of Buttercup #DA8C1E
RGB
CMYK
RGB Variations
Color information
#DA8C1E (or 0xDA8C1E) is known color: Buttercup. HEX triplet: DA, 8C and 1E. RGB value is (218,140,30). Sum of RGB (Red+Green+Blue) = 218+140+30=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C1E is #2573E1. Grayscale: #979797. Windows color (decimal): -2454498 or 2002138. OLE color: 2002138.
HSL color Cylindrical-coordinate representation of color #DA8C1E: hue angle of 35.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA8C1E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 30 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.15 |
| HSL | 35.11º | 0.76% | 0.49% | - |
| HSV(B) | 35.11º | 0.86% | 0.85% | - |
| XYZ | 38.53 | 33.76 | 5.71 | - |
| YUV | 150.78 | 59.84 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 30 | 0 | 0.36 | 0.86 | 0.15 | 35.11 | 0.76 | 0.49 |
| Hex | DA | 8C | 1E | 0 | 24 | 56 | F | 23 | 4C | 31 |
| Octal | 332 | 214 | 36 | 0 | 44 | 126 | 17 | 43 | 114 | 61 |
| Binary | 11011010 | 10001100 | 11110 | 0 | 100100 | 1010110 | 1111 | 100011 | 1001100 | 110001 |
Color Harmonies of #DA8C1E
Complementary color
Monochromatic Colors of #DA8C1E
Black with #DA8C1E
Text Example
Text Example
White with #DA8C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C1E; }
p { color: rgb(218,140,30); }
H1.HeaderClassName
{
color: #DA8C1E;
}
.AnyTagClassName
{
color: #DA8C1E;
}
</style>
background-color css
<style>
a { background-color: #DA8C1E; }
a { background-color: rgb(218,140,30); }
div.DivClassName
{
background-color: #DA8C1E;
}
.BgClassName
{
background-color: #DA8C1E;
}
</style>
border-color css
<style>
span { border-color: #DA8C1E; }
span { border-color: rgb(218,140,30); }
td.TdClassName
{
border-color: #DA8C1E;
}
.TagClassName
{
border-color: #DA8C1E;
}
</style>