Shades of Buttercup #D08D1E
Tints of Buttercup #D08D1E
RGB
CMYK
RGB Variations
Color information
#D08D1E (or 0xD08D1E) is known color: Buttercup. HEX triplet: D0, 8D and 1E. RGB value is (208,141,30). Sum of RGB (Red+Green+Blue) = 208+141+30=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D1E is #2F72E1. Grayscale: #949494. Windows color (decimal): -3109602 or 2002384. OLE color: 2002384.
HSL color Cylindrical-coordinate representation of color #D08D1E: hue angle of 37.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D08D1E is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 30 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.18 |
| HSL | 37.42º | 0.75% | 0.47% | - |
| HSV(B) | 37.42º | 0.86% | 0.82% | - |
| XYZ | 35.77 | 32.55 | 5.63 | - |
| YUV | 148.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 30 | 0 | 0.32 | 0.86 | 0.18 | 37.42 | 0.75 | 0.47 |
| Hex | D0 | 8D | 1E | 0 | 20 | 56 | 12 | 25 | 4B | 2F |
| Octal | 320 | 215 | 36 | 0 | 40 | 126 | 22 | 45 | 113 | 57 |
| Binary | 11010000 | 10001101 | 11110 | 0 | 100000 | 1010110 | 10010 | 100101 | 1001011 | 101111 |
Color Harmonies of #D08D1E
Complementary color
Monochromatic Colors of #D08D1E
Black with #D08D1E
Text Example
Text Example
White with #D08D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D1E; }
p { color: rgb(208,141,30); }
H1.HeaderClassName
{
color: #D08D1E;
}
.AnyTagClassName
{
color: #D08D1E;
}
</style>
background-color css
<style>
a { background-color: #D08D1E; }
a { background-color: rgb(208,141,30); }
div.DivClassName
{
background-color: #D08D1E;
}
.BgClassName
{
background-color: #D08D1E;
}
</style>
border-color css
<style>
span { border-color: #D08D1E; }
span { border-color: rgb(208,141,30); }
td.TdClassName
{
border-color: #D08D1E;
}
.TagClassName
{
border-color: #D08D1E;
}
</style>