Shades of Buttercup #D08A20
Tints of Buttercup #D08A20
RGB
CMYK
RGB Variations
Color information
#D08A20 (or 0xD08A20) is known color: Buttercup. HEX triplet: D0, 8A and 20. RGB value is (208,138,32). Sum of RGB (Red+Green+Blue) = 208+138+32=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A20 is #2F75DF. Grayscale: #939393. Windows color (decimal): -3110368 or 2132688. OLE color: 2132688.
HSL color Cylindrical-coordinate representation of color #D08A20: hue angle of 36.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D08A20 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 32 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.18 |
| HSL | 36.14º | 0.73% | 0.47% | - |
| HSV(B) | 36.14º | 0.85% | 0.82% | - |
| XYZ | 35.36 | 31.69 | 5.62 | - |
| YUV | 146.85 | 63.19 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 32 | 0 | 0.34 | 0.85 | 0.18 | 36.14 | 0.73 | 0.47 |
| Hex | D0 | 8A | 20 | 0 | 22 | 55 | 12 | 24 | 49 | 2F |
| Octal | 320 | 212 | 40 | 0 | 42 | 125 | 22 | 44 | 111 | 57 |
| Binary | 11010000 | 10001010 | 100000 | 0 | 100010 | 1010101 | 10010 | 100100 | 1001001 | 101111 |
Color Harmonies of #D08A20
Complementary color
Monochromatic Colors of #D08A20
Black with #D08A20
Text Example
Text Example
White with #D08A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A20; }
p { color: rgb(208,138,32); }
H1.HeaderClassName
{
color: #D08A20;
}
.AnyTagClassName
{
color: #D08A20;
}
</style>
background-color css
<style>
a { background-color: #D08A20; }
a { background-color: rgb(208,138,32); }
div.DivClassName
{
background-color: #D08A20;
}
.BgClassName
{
background-color: #D08A20;
}
</style>
border-color css
<style>
span { border-color: #D08A20; }
span { border-color: rgb(208,138,32); }
td.TdClassName
{
border-color: #D08A20;
}
.TagClassName
{
border-color: #D08A20;
}
</style>