Shades of Buttercup #D08C1D
Tints of Buttercup #D08C1D
RGB
CMYK
RGB Variations
Color information
#D08C1D (or 0xD08C1D) is known color: Buttercup. HEX triplet: D0, 8C and 1D. RGB value is (208,140,29). Sum of RGB (Red+Green+Blue) = 208+140+29=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C1D is #2F73E2. Grayscale: #949494. Windows color (decimal): -3109859 or 1936592. OLE color: 1936592.
HSL color Cylindrical-coordinate representation of color #D08C1D: hue angle of 37.21º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D08C1D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 29 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.18 |
| HSL | 37.21º | 0.76% | 0.46% | - |
| HSV(B) | 37.21º | 0.86% | 0.82% | - |
| XYZ | 35.61 | 32.25 | 5.51 | - |
| YUV | 147.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 29 | 0 | 0.33 | 0.86 | 0.18 | 37.21 | 0.76 | 0.46 |
| Hex | D0 | 8C | 1D | 0 | 21 | 56 | 12 | 25 | 4C | 2E |
| Octal | 320 | 214 | 35 | 0 | 41 | 126 | 22 | 45 | 114 | 56 |
| Binary | 11010000 | 10001100 | 11101 | 0 | 100001 | 1010110 | 10010 | 100101 | 1001100 | 101110 |
Color Harmonies of #D08C1D
Complementary color
Monochromatic Colors of #D08C1D
Black with #D08C1D
Text Example
Text Example
White with #D08C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C1D; }
p { color: rgb(208,140,29); }
H1.HeaderClassName
{
color: #D08C1D;
}
.AnyTagClassName
{
color: #D08C1D;
}
</style>
background-color css
<style>
a { background-color: #D08C1D; }
a { background-color: rgb(208,140,29); }
div.DivClassName
{
background-color: #D08C1D;
}
.BgClassName
{
background-color: #D08C1D;
}
</style>
border-color css
<style>
span { border-color: #D08C1D; }
span { border-color: rgb(208,140,29); }
td.TdClassName
{
border-color: #D08C1D;
}
.TagClassName
{
border-color: #D08C1D;
}
</style>