Shades of Buttercup #DA8C23
Tints of Buttercup #DA8C23
RGB
CMYK
RGB Variations
Color information
#DA8C23 (or 0xDA8C23) is known color: Buttercup. HEX triplet: DA, 8C and 23. RGB value is (218,140,35). Sum of RGB (Red+Green+Blue) = 218+140+35=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C23 is #2573DC. Grayscale: #979797. Windows color (decimal): -2454493 or 2329818. OLE color: 2329818.
HSL color Cylindrical-coordinate representation of color #DA8C23: hue angle of 34.43º 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 #DA8C23 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 35 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.15 |
| HSL | 34.43º | 0.72% | 0.5% | - |
| HSV(B) | 34.43º | 0.84% | 0.85% | - |
| XYZ | 38.59 | 33.78 | 6.08 | - |
| YUV | 151.35 | 62.34 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 35 | 0 | 0.36 | 0.84 | 0.15 | 34.43 | 0.72 | 0.5 |
| Hex | DA | 8C | 23 | 0 | 24 | 54 | F | 22 | 48 | 32 |
| Octal | 332 | 214 | 43 | 0 | 44 | 124 | 17 | 42 | 110 | 62 |
| Binary | 11011010 | 10001100 | 100011 | 0 | 100100 | 1010100 | 1111 | 100010 | 1001000 | 110010 |
Color Harmonies of #DA8C23
Complementary color
Monochromatic Colors of #DA8C23
Black with #DA8C23
Text Example
Text Example
White with #DA8C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C23; }
p { color: rgb(218,140,35); }
H1.HeaderClassName
{
color: #DA8C23;
}
.AnyTagClassName
{
color: #DA8C23;
}
</style>
background-color css
<style>
a { background-color: #DA8C23; }
a { background-color: rgb(218,140,35); }
div.DivClassName
{
background-color: #DA8C23;
}
.BgClassName
{
background-color: #DA8C23;
}
</style>
border-color css
<style>
span { border-color: #DA8C23; }
span { border-color: rgb(218,140,35); }
td.TdClassName
{
border-color: #DA8C23;
}
.TagClassName
{
border-color: #DA8C23;
}
</style>