Shades of Buttercup #D08C1B
Tints of Buttercup #D08C1B
RGB
CMYK
RGB Variations
Color information
#D08C1B (or 0xD08C1B) is known color: Buttercup. HEX triplet: D0, 8C and 1B. RGB value is (208,140,27). Sum of RGB (Red+Green+Blue) = 208+140+27=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C1B is #2F73E4. Grayscale: #939393. Windows color (decimal): -3109861 or 1805520. OLE color: 1805520.
HSL color Cylindrical-coordinate representation of color #D08C1B: hue angle of 37.46º degrees, saturation: 0.77, 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 #D08C1B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 27 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.18 |
| HSL | 37.46º | 0.77% | 0.46% | - |
| HSV(B) | 37.46º | 0.87% | 0.82% | - |
| XYZ | 35.59 | 32.25 | 5.39 | - |
| YUV | 147.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 27 | 0 | 0.33 | 0.87 | 0.18 | 37.46 | 0.77 | 0.46 |
| Hex | D0 | 8C | 1B | 0 | 21 | 57 | 12 | 25 | 4D | 2E |
| Octal | 320 | 214 | 33 | 0 | 41 | 127 | 22 | 45 | 115 | 56 |
| Binary | 11010000 | 10001100 | 11011 | 0 | 100001 | 1010111 | 10010 | 100101 | 1001101 | 101110 |
Color Harmonies of #D08C1B
Complementary color
Monochromatic Colors of #D08C1B
Black with #D08C1B
Text Example
Text Example
White with #D08C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C1B; }
p { color: rgb(208,140,27); }
H1.HeaderClassName
{
color: #D08C1B;
}
.AnyTagClassName
{
color: #D08C1B;
}
</style>
background-color css
<style>
a { background-color: #D08C1B; }
a { background-color: rgb(208,140,27); }
div.DivClassName
{
background-color: #D08C1B;
}
.BgClassName
{
background-color: #D08C1B;
}
</style>
border-color css
<style>
span { border-color: #D08C1B; }
span { border-color: rgb(208,140,27); }
td.TdClassName
{
border-color: #D08C1B;
}
.TagClassName
{
border-color: #D08C1B;
}
</style>