Shades of Buttercup #DA8A1F
Tints of Buttercup #DA8A1F
RGB
CMYK
RGB Variations
Color information
#DA8A1F (or 0xDA8A1F) is known color: Buttercup. HEX triplet: DA, 8A and 1F. RGB value is (218,138,31). Sum of RGB (Red+Green+Blue) = 218+138+31=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A1F is #2575E0. Grayscale: #969696. Windows color (decimal): -2455009 or 2067162. OLE color: 2067162.
HSL color Cylindrical-coordinate representation of color #DA8A1F: hue angle of 34.33º degrees, saturation: 0.75, 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 #DA8A1F is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 31 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.15 |
| HSL | 34.33º | 0.75% | 0.49% | - |
| HSV(B) | 34.33º | 0.86% | 0.85% | - |
| XYZ | 38.25 | 33.18 | 5.69 | - |
| YUV | 149.72 | 61 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 31 | 0 | 0.37 | 0.86 | 0.15 | 34.33 | 0.75 | 0.49 |
| Hex | DA | 8A | 1F | 0 | 25 | 56 | F | 22 | 4B | 31 |
| Octal | 332 | 212 | 37 | 0 | 45 | 126 | 17 | 42 | 113 | 61 |
| Binary | 11011010 | 10001010 | 11111 | 0 | 100101 | 1010110 | 1111 | 100010 | 1001011 | 110001 |
Color Harmonies of #DA8A1F
Complementary color
Monochromatic Colors of #DA8A1F
Black with #DA8A1F
Text Example
Text Example
White with #DA8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A1F; }
p { color: rgb(218,138,31); }
H1.HeaderClassName
{
color: #DA8A1F;
}
.AnyTagClassName
{
color: #DA8A1F;
}
</style>
background-color css
<style>
a { background-color: #DA8A1F; }
a { background-color: rgb(218,138,31); }
div.DivClassName
{
background-color: #DA8A1F;
}
.BgClassName
{
background-color: #DA8A1F;
}
</style>
border-color css
<style>
span { border-color: #DA8A1F; }
span { border-color: rgb(218,138,31); }
td.TdClassName
{
border-color: #DA8A1F;
}
.TagClassName
{
border-color: #DA8A1F;
}
</style>