Shades of Buttercup #D78A1B
Tints of Buttercup #D78A1B
RGB
CMYK
RGB Variations
Color information
#D78A1B (or 0xD78A1B) is known color: Buttercup. HEX triplet: D7, 8A and 1B. RGB value is (215,138,27). Sum of RGB (Red+Green+Blue) = 215+138+27=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78A1B is #2875E4. Grayscale: #949494. Windows color (decimal): -2651621 or 1805015. OLE color: 1805015.
HSL color Cylindrical-coordinate representation of color #D78A1B: hue angle of 35.43º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D78A1B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 138 | 27 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.16 |
| HSL | 35.43º | 0.78% | 0.47% | - |
| HSV(B) | 35.43º | 0.87% | 0.84% | - |
| XYZ | 37.31 | 32.7 | 5.38 | - |
| YUV | 148.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 138 | 27 | 0 | 0.36 | 0.87 | 0.16 | 35.43 | 0.78 | 0.47 |
| Hex | D7 | 8A | 1B | 0 | 24 | 57 | 10 | 23 | 4E | 2F |
| Octal | 327 | 212 | 33 | 0 | 44 | 127 | 20 | 43 | 116 | 57 |
| Binary | 11010111 | 10001010 | 11011 | 0 | 100100 | 1010111 | 10000 | 100011 | 1001110 | 101111 |
Color Harmonies of #D78A1B
Complementary color
Monochromatic Colors of #D78A1B
Black with #D78A1B
Text Example
Text Example
White with #D78A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78A1B; }
p { color: rgb(215,138,27); }
H1.HeaderClassName
{
color: #D78A1B;
}
.AnyTagClassName
{
color: #D78A1B;
}
</style>
background-color css
<style>
a { background-color: #D78A1B; }
a { background-color: rgb(215,138,27); }
div.DivClassName
{
background-color: #D78A1B;
}
.BgClassName
{
background-color: #D78A1B;
}
</style>
border-color css
<style>
span { border-color: #D78A1B; }
span { border-color: rgb(215,138,27); }
td.TdClassName
{
border-color: #D78A1B;
}
.TagClassName
{
border-color: #D78A1B;
}
</style>