Shades of Buttercup #DA8A28
Tints of Buttercup #DA8A28
RGB
CMYK
RGB Variations
Color information
#DA8A28 (or 0xDA8A28) is known color: Buttercup. HEX triplet: DA, 8A and 28. RGB value is (218,138,40). Sum of RGB (Red+Green+Blue) = 218+138+40=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A28 is #2575D7. Grayscale: #979797. Windows color (decimal): -2455000 or 2656986. OLE color: 2656986.
HSL color Cylindrical-coordinate representation of color #DA8A28: hue angle of 33.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA8A28 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 40 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.15 |
| HSL | 33.03º | 0.71% | 0.51% | - |
| HSV(B) | 33.03º | 0.82% | 0.85% | - |
| XYZ | 38.38 | 33.24 | 6.4 | - |
| YUV | 150.75 | 65.5 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 40 | 0 | 0.37 | 0.82 | 0.15 | 33.03 | 0.71 | 0.51 |
| Hex | DA | 8A | 28 | 0 | 25 | 52 | F | 21 | 47 | 33 |
| Octal | 332 | 212 | 50 | 0 | 45 | 122 | 17 | 41 | 107 | 63 |
| Binary | 11011010 | 10001010 | 101000 | 0 | 100101 | 1010010 | 1111 | 100001 | 1000111 | 110011 |
Color Harmonies of #DA8A28
Complementary color
Monochromatic Colors of #DA8A28
Black with #DA8A28
Text Example
Text Example
White with #DA8A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A28; }
p { color: rgb(218,138,40); }
H1.HeaderClassName
{
color: #DA8A28;
}
.AnyTagClassName
{
color: #DA8A28;
}
</style>
background-color css
<style>
a { background-color: #DA8A28; }
a { background-color: rgb(218,138,40); }
div.DivClassName
{
background-color: #DA8A28;
}
.BgClassName
{
background-color: #DA8A28;
}
</style>
border-color css
<style>
span { border-color: #DA8A28; }
span { border-color: rgb(218,138,40); }
td.TdClassName
{
border-color: #DA8A28;
}
.TagClassName
{
border-color: #DA8A28;
}
</style>