Shades of Buttercup #D08C18
Tints of Buttercup #D08C18
RGB
CMYK
RGB Variations
Color information
#D08C18 (or 0xD08C18) is known color: Buttercup. HEX triplet: D0, 8C and 18. RGB value is (208,140,24). Sum of RGB (Red+Green+Blue) = 208+140+24=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08C18 is #2F73E7. Grayscale: #939393. Windows color (decimal): -3109864 or 1608912. OLE color: 1608912.
HSL color Cylindrical-coordinate representation of color #D08C18: hue angle of 37.83º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D08C18 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 24 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.18 |
| HSL | 37.83º | 0.79% | 0.45% | - |
| HSV(B) | 37.83º | 0.88% | 0.82% | - |
| XYZ | 35.56 | 32.23 | 5.21 | - |
| YUV | 147.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 24 | 0 | 0.33 | 0.88 | 0.18 | 37.83 | 0.79 | 0.45 |
| Hex | D0 | 8C | 18 | 0 | 21 | 58 | 12 | 26 | 4F | 2D |
| Octal | 320 | 214 | 30 | 0 | 41 | 130 | 22 | 46 | 117 | 55 |
| Binary | 11010000 | 10001100 | 11000 | 0 | 100001 | 1011000 | 10010 | 100110 | 1001111 | 101101 |
Color Harmonies of #D08C18
Complementary color
Monochromatic Colors of #D08C18
Black with #D08C18
Text Example
Text Example
White with #D08C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C18; }
p { color: rgb(208,140,24); }
H1.HeaderClassName
{
color: #D08C18;
}
.AnyTagClassName
{
color: #D08C18;
}
</style>
background-color css
<style>
a { background-color: #D08C18; }
a { background-color: rgb(208,140,24); }
div.DivClassName
{
background-color: #D08C18;
}
.BgClassName
{
background-color: #D08C18;
}
</style>
border-color css
<style>
span { border-color: #D08C18; }
span { border-color: rgb(208,140,24); }
td.TdClassName
{
border-color: #D08C18;
}
.TagClassName
{
border-color: #D08C18;
}
</style>