Shades of Buttercup #DA8A1E
Tints of Buttercup #DA8A1E
RGB
CMYK
RGB Variations
Color information
#DA8A1E (or 0xDA8A1E) is known color: Buttercup. HEX triplet: DA, 8A and 1E. RGB value is (218,138,30). Sum of RGB (Red+Green+Blue) = 218+138+30=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A1E is #2575E1. Grayscale: #969696. Windows color (decimal): -2455010 or 2001626. OLE color: 2001626.
HSL color Cylindrical-coordinate representation of color #DA8A1E: hue angle of 34.47º 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 #DA8A1E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 30 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.15 |
| HSL | 34.47º | 0.76% | 0.49% | - |
| HSV(B) | 34.47º | 0.86% | 0.85% | - |
| XYZ | 38.24 | 33.18 | 5.62 | - |
| YUV | 149.61 | 60.5 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 30 | 0 | 0.37 | 0.86 | 0.15 | 34.47 | 0.76 | 0.49 |
| Hex | DA | 8A | 1E | 0 | 25 | 56 | F | 22 | 4C | 31 |
| Octal | 332 | 212 | 36 | 0 | 45 | 126 | 17 | 42 | 114 | 61 |
| Binary | 11011010 | 10001010 | 11110 | 0 | 100101 | 1010110 | 1111 | 100010 | 1001100 | 110001 |
Color Harmonies of #DA8A1E
Complementary color
Monochromatic Colors of #DA8A1E
Black with #DA8A1E
Text Example
Text Example
White with #DA8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A1E; }
p { color: rgb(218,138,30); }
H1.HeaderClassName
{
color: #DA8A1E;
}
.AnyTagClassName
{
color: #DA8A1E;
}
</style>
background-color css
<style>
a { background-color: #DA8A1E; }
a { background-color: rgb(218,138,30); }
div.DivClassName
{
background-color: #DA8A1E;
}
.BgClassName
{
background-color: #DA8A1E;
}
</style>
border-color css
<style>
span { border-color: #DA8A1E; }
span { border-color: rgb(218,138,30); }
td.TdClassName
{
border-color: #DA8A1E;
}
.TagClassName
{
border-color: #DA8A1E;
}
</style>