Shades of Buttercup #D08A1A
Tints of Buttercup #D08A1A
RGB
CMYK
RGB Variations
Color information
#D08A1A (or 0xD08A1A) is known color: Buttercup. HEX triplet: D0, 8A and 1A. RGB value is (208,138,26). Sum of RGB (Red+Green+Blue) = 208+138+26=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A1A is #2F75E5. Grayscale: #929292. Windows color (decimal): -3110374 or 1739472. OLE color: 1739472.
HSL color Cylindrical-coordinate representation of color #D08A1A: hue angle of 36.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D08A1A is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 26 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.18 |
| HSL | 36.92º | 0.78% | 0.46% | - |
| HSV(B) | 36.92º | 0.88% | 0.82% | - |
| XYZ | 35.29 | 31.66 | 5.23 | - |
| YUV | 146.16 | 60.19 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 26 | 0 | 0.34 | 0.88 | 0.18 | 36.92 | 0.78 | 0.46 |
| Hex | D0 | 8A | 1A | 0 | 22 | 58 | 12 | 25 | 4E | 2E |
| Octal | 320 | 212 | 32 | 0 | 42 | 130 | 22 | 45 | 116 | 56 |
| Binary | 11010000 | 10001010 | 11010 | 0 | 100010 | 1011000 | 10010 | 100101 | 1001110 | 101110 |
Color Harmonies of #D08A1A
Complementary color
Monochromatic Colors of #D08A1A
Black with #D08A1A
Text Example
Text Example
White with #D08A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A1A; }
p { color: rgb(208,138,26); }
H1.HeaderClassName
{
color: #D08A1A;
}
.AnyTagClassName
{
color: #D08A1A;
}
</style>
background-color css
<style>
a { background-color: #D08A1A; }
a { background-color: rgb(208,138,26); }
div.DivClassName
{
background-color: #D08A1A;
}
.BgClassName
{
background-color: #D08A1A;
}
</style>
border-color css
<style>
span { border-color: #D08A1A; }
span { border-color: rgb(208,138,26); }
td.TdClassName
{
border-color: #D08A1A;
}
.TagClassName
{
border-color: #D08A1A;
}
</style>