Shades of Buttercup #D1962B
Tints of Buttercup #D1962B
RGB
CMYK
RGB Variations
Color information
#D1962B (or 0xD1962B) is known color: Buttercup. HEX triplet: D1, 96 and 2B. RGB value is (209,150,43). Sum of RGB (Red+Green+Blue) = 209+150+43=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1962B is #2E69D4. Grayscale: #9B9B9B. Windows color (decimal): -3041749 or 2856657. OLE color: 2856657.
HSL color Cylindrical-coordinate representation of color #D1962B: hue angle of 38.67º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1962B is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 43 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.18 |
| HSL | 38.67º | 0.66% | 0.49% | - |
| HSV(B) | 38.67º | 0.79% | 0.82% | - |
| XYZ | 37.64 | 35.54 | 7.16 | - |
| YUV | 155.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 43 | 0 | 0.28 | 0.79 | 0.18 | 38.67 | 0.66 | 0.49 |
| Hex | D1 | 96 | 2B | 0 | 1C | 4F | 12 | 27 | 42 | 31 |
| Octal | 321 | 226 | 53 | 0 | 34 | 117 | 22 | 47 | 102 | 61 |
| Binary | 11010001 | 10010110 | 101011 | 0 | 11100 | 1001111 | 10010 | 100111 | 1000010 | 110001 |
Color Harmonies of #D1962B
Complementary color
Monochromatic Colors of #D1962B
Black with #D1962B
Text Example
Text Example
White with #D1962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1962B; }
p { color: rgb(209,150,43); }
H1.HeaderClassName
{
color: #D1962B;
}
.AnyTagClassName
{
color: #D1962B;
}
</style>
background-color css
<style>
a { background-color: #D1962B; }
a { background-color: rgb(209,150,43); }
div.DivClassName
{
background-color: #D1962B;
}
.BgClassName
{
background-color: #D1962B;
}
</style>
border-color css
<style>
span { border-color: #D1962B; }
span { border-color: rgb(209,150,43); }
td.TdClassName
{
border-color: #D1962B;
}
.TagClassName
{
border-color: #D1962B;
}
</style>