Shades of Buttercup #D78A1C
Tints of Buttercup #D78A1C
RGB
CMYK
RGB Variations
Color information
#D78A1C (or 0xD78A1C) is known color: Buttercup. HEX triplet: D7, 8A and 1C. RGB value is (215,138,28). Sum of RGB (Red+Green+Blue) = 215+138+28=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78A1C is #2875E3. Grayscale: #959595. Windows color (decimal): -2651620 or 1870551. OLE color: 1870551.
HSL color Cylindrical-coordinate representation of color #D78A1C: hue angle of 35.29º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D78A1C is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 28 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.16 |
| HSL | 35.29º | 0.77% | 0.48% | - |
| HSV(B) | 35.29º | 0.87% | 0.84% | - |
| XYZ | 37.32 | 32.71 | 5.44 | - |
| YUV | 148.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 28 | 0 | 0.36 | 0.87 | 0.16 | 35.29 | 0.77 | 0.48 |
| Hex | D7 | 8A | 1C | 0 | 24 | 57 | 10 | 23 | 4D | 30 |
| Octal | 327 | 212 | 34 | 0 | 44 | 127 | 20 | 43 | 115 | 60 |
| Binary | 11010111 | 10001010 | 11100 | 0 | 100100 | 1010111 | 10000 | 100011 | 1001101 | 110000 |
Color Harmonies of #D78A1C
Complementary color
Monochromatic Colors of #D78A1C
Black with #D78A1C
Text Example
Text Example
White with #D78A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78A1C; }
p { color: rgb(215,138,28); }
H1.HeaderClassName
{
color: #D78A1C;
}
.AnyTagClassName
{
color: #D78A1C;
}
</style>
background-color css
<style>
a { background-color: #D78A1C; }
a { background-color: rgb(215,138,28); }
div.DivClassName
{
background-color: #D78A1C;
}
.BgClassName
{
background-color: #D78A1C;
}
</style>
border-color css
<style>
span { border-color: #D78A1C; }
span { border-color: rgb(215,138,28); }
td.TdClassName
{
border-color: #D78A1C;
}
.TagClassName
{
border-color: #D78A1C;
}
</style>