Shades of Buttercup #D08D1C
Tints of Buttercup #D08D1C
RGB
CMYK
RGB Variations
Color information
#D08D1C (or 0xD08D1C) is known color: Buttercup. HEX triplet: D0, 8D and 1C. RGB value is (208,141,28). Sum of RGB (Red+Green+Blue) = 208+141+28=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D1C is #2F72E3. Grayscale: #949494. Windows color (decimal): -3109604 or 1871312. OLE color: 1871312.
HSL color Cylindrical-coordinate representation of color #D08D1C: hue angle of 37.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D08D1C is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 28 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.18 |
| HSL | 37.67º | 0.76% | 0.46% | - |
| HSV(B) | 37.67º | 0.87% | 0.82% | - |
| XYZ | 35.75 | 32.54 | 5.5 | - |
| YUV | 148.15 | 60.2 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 28 | 0 | 0.32 | 0.87 | 0.18 | 37.67 | 0.76 | 0.46 |
| Hex | D0 | 8D | 1C | 0 | 20 | 57 | 12 | 26 | 4C | 2E |
| Octal | 320 | 215 | 34 | 0 | 40 | 127 | 22 | 46 | 114 | 56 |
| Binary | 11010000 | 10001101 | 11100 | 0 | 100000 | 1010111 | 10010 | 100110 | 1001100 | 101110 |
Color Harmonies of #D08D1C
Complementary color
Monochromatic Colors of #D08D1C
Black with #D08D1C
Text Example
Text Example
White with #D08D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D1C; }
p { color: rgb(208,141,28); }
H1.HeaderClassName
{
color: #D08D1C;
}
.AnyTagClassName
{
color: #D08D1C;
}
</style>
background-color css
<style>
a { background-color: #D08D1C; }
a { background-color: rgb(208,141,28); }
div.DivClassName
{
background-color: #D08D1C;
}
.BgClassName
{
background-color: #D08D1C;
}
</style>
border-color css
<style>
span { border-color: #D08D1C; }
span { border-color: rgb(208,141,28); }
td.TdClassName
{
border-color: #D08D1C;
}
.TagClassName
{
border-color: #D08D1C;
}
</style>