Shades of Buttercup #D2952C
Tints of Buttercup #D2952C
RGB
CMYK
RGB Variations
Color information
#D2952C (or 0xD2952C) is known color: Buttercup. HEX triplet: D2, 95 and 2C. RGB value is (210,149,44). Sum of RGB (Red+Green+Blue) = 210+149+44=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2952C is #2D6AD3. Grayscale: #9B9B9B. Windows color (decimal): -2976468 or 2921938. OLE color: 2921938.
HSL color Cylindrical-coordinate representation of color #D2952C: hue angle of 37.95º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2952C is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 44 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.18 |
| HSL | 37.95º | 0.65% | 0.5% | - |
| HSV(B) | 37.95º | 0.79% | 0.82% | - |
| XYZ | 37.78 | 35.38 | 7.22 | - |
| YUV | 155.27 | 65.21 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 44 | 0 | 0.29 | 0.79 | 0.18 | 37.95 | 0.65 | 0.5 |
| Hex | D2 | 95 | 2C | 0 | 1D | 4F | 12 | 26 | 41 | 32 |
| Octal | 322 | 225 | 54 | 0 | 35 | 117 | 22 | 46 | 101 | 62 |
| Binary | 11010010 | 10010101 | 101100 | 0 | 11101 | 1001111 | 10010 | 100110 | 1000001 | 110010 |
Color Harmonies of #D2952C
Complementary color
Monochromatic Colors of #D2952C
Black with #D2952C
Text Example
Text Example
White with #D2952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2952C; }
p { color: rgb(210,149,44); }
H1.HeaderClassName
{
color: #D2952C;
}
.AnyTagClassName
{
color: #D2952C;
}
</style>
background-color css
<style>
a { background-color: #D2952C; }
a { background-color: rgb(210,149,44); }
div.DivClassName
{
background-color: #D2952C;
}
.BgClassName
{
background-color: #D2952C;
}
</style>
border-color css
<style>
span { border-color: #D2952C; }
span { border-color: rgb(210,149,44); }
td.TdClassName
{
border-color: #D2952C;
}
.TagClassName
{
border-color: #D2952C;
}
</style>