Shades of Buttercup #D5932C
Tints of Buttercup #D5932C
RGB
CMYK
RGB Variations
Color information
#D5932C (or 0xD5932C) is known color: Buttercup. HEX triplet: D5, 93 and 2C. RGB value is (213,147,44). Sum of RGB (Red+Green+Blue) = 213+147+44=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5932C is #2A6CD3. Grayscale: #9B9B9B. Windows color (decimal): -2780372 or 2921429. OLE color: 2921429.
HSL color Cylindrical-coordinate representation of color #D5932C: hue angle of 36.57º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5932C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 44 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.16 |
| HSL | 36.57º | 0.67% | 0.5% | - |
| HSV(B) | 36.57º | 0.79% | 0.84% | - |
| XYZ | 38.33 | 35.2 | 7.16 | - |
| YUV | 154.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 44 | 0 | 0.31 | 0.79 | 0.16 | 36.57 | 0.67 | 0.5 |
| Hex | D5 | 93 | 2C | 0 | 1F | 4F | 10 | 25 | 43 | 32 |
| Octal | 325 | 223 | 54 | 0 | 37 | 117 | 20 | 45 | 103 | 62 |
| Binary | 11010101 | 10010011 | 101100 | 0 | 11111 | 1001111 | 10000 | 100101 | 1000011 | 110010 |
Color Harmonies of #D5932C
Complementary color
Monochromatic Colors of #D5932C
Black with #D5932C
Text Example
Text Example
White with #D5932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5932C; }
p { color: rgb(213,147,44); }
H1.HeaderClassName
{
color: #D5932C;
}
.AnyTagClassName
{
color: #D5932C;
}
</style>
background-color css
<style>
a { background-color: #D5932C; }
a { background-color: rgb(213,147,44); }
div.DivClassName
{
background-color: #D5932C;
}
.BgClassName
{
background-color: #D5932C;
}
</style>
border-color css
<style>
span { border-color: #D5932C; }
span { border-color: rgb(213,147,44); }
td.TdClassName
{
border-color: #D5932C;
}
.TagClassName
{
border-color: #D5932C;
}
</style>