Shades of Buttercup #DA8C2D
Tints of Buttercup #DA8C2D
RGB
CMYK
RGB Variations
Color information
#DA8C2D (or 0xDA8C2D) is known color: Buttercup. HEX triplet: DA, 8C and 2D. RGB value is (218,140,45). Sum of RGB (Red+Green+Blue) = 218+140+45=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C2D is #2573D2. Grayscale: #989898. Windows color (decimal): -2454483 or 2985178. OLE color: 2985178.
HSL color Cylindrical-coordinate representation of color #DA8C2D: hue angle of 32.95º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA8C2D is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 45 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.15 |
| HSL | 32.95º | 0.7% | 0.52% | - |
| HSV(B) | 32.95º | 0.79% | 0.85% | - |
| XYZ | 38.77 | 33.85 | 6.97 | - |
| YUV | 152.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 45 | 0 | 0.36 | 0.79 | 0.15 | 32.95 | 0.7 | 0.52 |
| Hex | DA | 8C | 2D | 0 | 24 | 4F | F | 21 | 46 | 34 |
| Octal | 332 | 214 | 55 | 0 | 44 | 117 | 17 | 41 | 106 | 64 |
| Binary | 11011010 | 10001100 | 101101 | 0 | 100100 | 1001111 | 1111 | 100001 | 1000110 | 110100 |
Color Harmonies of #DA8C2D
Complementary color
Monochromatic Colors of #DA8C2D
Black with #DA8C2D
Text Example
Text Example
White with #DA8C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C2D; }
p { color: rgb(218,140,45); }
H1.HeaderClassName
{
color: #DA8C2D;
}
.AnyTagClassName
{
color: #DA8C2D;
}
</style>
background-color css
<style>
a { background-color: #DA8C2D; }
a { background-color: rgb(218,140,45); }
div.DivClassName
{
background-color: #DA8C2D;
}
.BgClassName
{
background-color: #DA8C2D;
}
</style>
border-color css
<style>
span { border-color: #DA8C2D; }
span { border-color: rgb(218,140,45); }
td.TdClassName
{
border-color: #DA8C2D;
}
.TagClassName
{
border-color: #DA8C2D;
}
</style>