Shades of Buttercup #DA8D23
Tints of Buttercup #DA8D23
RGB
CMYK
RGB Variations
Color information
#DA8D23 (or 0xDA8D23) is known color: Buttercup. HEX triplet: DA, 8D and 23. RGB value is (218,141,35). Sum of RGB (Red+Green+Blue) = 218+141+35=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D23 is #2572DC. Grayscale: #989898. Windows color (decimal): -2454237 or 2330074. OLE color: 2330074.
HSL color Cylindrical-coordinate representation of color #DA8D23: hue angle of 34.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA8D23 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 35 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.15 |
| HSL | 34.75º | 0.72% | 0.5% | - |
| HSV(B) | 34.75º | 0.84% | 0.85% | - |
| XYZ | 38.74 | 34.08 | 6.13 | - |
| YUV | 151.94 | 62.01 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 35 | 0 | 0.35 | 0.84 | 0.15 | 34.75 | 0.72 | 0.5 |
| Hex | DA | 8D | 23 | 0 | 23 | 54 | F | 23 | 48 | 32 |
| Octal | 332 | 215 | 43 | 0 | 43 | 124 | 17 | 43 | 110 | 62 |
| Binary | 11011010 | 10001101 | 100011 | 0 | 100011 | 1010100 | 1111 | 100011 | 1001000 | 110010 |
Color Harmonies of #DA8D23
Complementary color
Monochromatic Colors of #DA8D23
Black with #DA8D23
Text Example
Text Example
White with #DA8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D23; }
p { color: rgb(218,141,35); }
H1.HeaderClassName
{
color: #DA8D23;
}
.AnyTagClassName
{
color: #DA8D23;
}
</style>
background-color css
<style>
a { background-color: #DA8D23; }
a { background-color: rgb(218,141,35); }
div.DivClassName
{
background-color: #DA8D23;
}
.BgClassName
{
background-color: #DA8D23;
}
</style>
border-color css
<style>
span { border-color: #DA8D23; }
span { border-color: rgb(218,141,35); }
td.TdClassName
{
border-color: #DA8D23;
}
.TagClassName
{
border-color: #DA8D23;
}
</style>