Shades of Buttercup #D38D1F
Tints of Buttercup #D38D1F
RGB
CMYK
RGB Variations
Color information
#D38D1F (or 0xD38D1F) is known color: Buttercup. HEX triplet: D3, 8D and 1F. RGB value is (211,141,31). Sum of RGB (Red+Green+Blue) = 211+141+31=383 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.09% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38D1F is #2C72E0. Grayscale: #959595. Windows color (decimal): -2912993 or 2067923. OLE color: 2067923.
HSL color Cylindrical-coordinate representation of color #D38D1F: hue angle of 36.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D38D1F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 141 | 31 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.17 |
| HSL | 36.67º | 0.74% | 0.47% | - |
| HSV(B) | 36.67º | 0.85% | 0.83% | - |
| XYZ | 36.64 | 33 | 5.73 | - |
| YUV | 149.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 31 | 0 | 0.33 | 0.85 | 0.17 | 36.67 | 0.74 | 0.47 |
| Hex | D3 | 8D | 1F | 0 | 21 | 55 | 11 | 25 | 4A | 2F |
| Octal | 323 | 215 | 37 | 0 | 41 | 125 | 21 | 45 | 112 | 57 |
| Binary | 11010011 | 10001101 | 11111 | 0 | 100001 | 1010101 | 10001 | 100101 | 1001010 | 101111 |
Color Harmonies of #D38D1F
Complementary color
Monochromatic Colors of #D38D1F
Black with #D38D1F
Text Example
Text Example
White with #D38D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38D1F; }
p { color: rgb(211,141,31); }
H1.HeaderClassName
{
color: #D38D1F;
}
.AnyTagClassName
{
color: #D38D1F;
}
</style>
background-color css
<style>
a { background-color: #D38D1F; }
a { background-color: rgb(211,141,31); }
div.DivClassName
{
background-color: #D38D1F;
}
.BgClassName
{
background-color: #D38D1F;
}
</style>
border-color css
<style>
span { border-color: #D38D1F; }
span { border-color: rgb(211,141,31); }
td.TdClassName
{
border-color: #D38D1F;
}
.TagClassName
{
border-color: #D38D1F;
}
</style>