Shades of Buttercup #D5922C
Tints of Buttercup #D5922C
RGB
CMYK
RGB Variations
Color information
#D5922C (or 0xD5922C) is known color: Buttercup. HEX triplet: D5, 92 and 2C. RGB value is (213,146,44). Sum of RGB (Red+Green+Blue) = 213+146+44=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5922C is #2A6DD3. Grayscale: #9A9A9A. Windows color (decimal): -2780628 or 2921173. OLE color: 2921173.
HSL color Cylindrical-coordinate representation of color #D5922C: hue angle of 36.21º 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 #D5922C is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 44 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.16 |
| HSL | 36.21º | 0.67% | 0.5% | - |
| HSV(B) | 36.21º | 0.79% | 0.84% | - |
| XYZ | 38.17 | 34.89 | 7.1 | - |
| YUV | 154.41 | 65.7 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 44 | 0 | 0.31 | 0.79 | 0.16 | 36.21 | 0.67 | 0.5 |
| Hex | D5 | 92 | 2C | 0 | 1F | 4F | 10 | 24 | 43 | 32 |
| Octal | 325 | 222 | 54 | 0 | 37 | 117 | 20 | 44 | 103 | 62 |
| Binary | 11010101 | 10010010 | 101100 | 0 | 11111 | 1001111 | 10000 | 100100 | 1000011 | 110010 |
Color Harmonies of #D5922C
Complementary color
Monochromatic Colors of #D5922C
Black with #D5922C
Text Example
Text Example
White with #D5922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5922C; }
p { color: rgb(213,146,44); }
H1.HeaderClassName
{
color: #D5922C;
}
.AnyTagClassName
{
color: #D5922C;
}
</style>
background-color css
<style>
a { background-color: #D5922C; }
a { background-color: rgb(213,146,44); }
div.DivClassName
{
background-color: #D5922C;
}
.BgClassName
{
background-color: #D5922C;
}
</style>
border-color css
<style>
span { border-color: #D5922C; }
span { border-color: rgb(213,146,44); }
td.TdClassName
{
border-color: #D5922C;
}
.TagClassName
{
border-color: #D5922C;
}
</style>