Shades of Buttercup #D08A1C
Tints of Buttercup #D08A1C
RGB
CMYK
RGB Variations
Color information
#D08A1C (or 0xD08A1C) is known color: Buttercup. HEX triplet: D0, 8A and 1C. RGB value is (208,138,28). Sum of RGB (Red+Green+Blue) = 208+138+28=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A1C is #2F75E3. Grayscale: #929292. Windows color (decimal): -3110372 or 1870544. OLE color: 1870544.
HSL color Cylindrical-coordinate representation of color #D08A1C: hue angle of 36.67º degrees, saturation: 0.76, 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 #D08A1C is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 28 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.18 |
| HSL | 36.67º | 0.76% | 0.46% | - |
| HSV(B) | 36.67º | 0.87% | 0.82% | - |
| XYZ | 35.31 | 31.67 | 5.35 | - |
| YUV | 146.39 | 61.19 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 28 | 0 | 0.34 | 0.87 | 0.18 | 36.67 | 0.76 | 0.46 |
| Hex | D0 | 8A | 1C | 0 | 22 | 57 | 12 | 25 | 4C | 2E |
| Octal | 320 | 212 | 34 | 0 | 42 | 127 | 22 | 45 | 114 | 56 |
| Binary | 11010000 | 10001010 | 11100 | 0 | 100010 | 1010111 | 10010 | 100101 | 1001100 | 101110 |
Color Harmonies of #D08A1C
Complementary color
Monochromatic Colors of #D08A1C
Black with #D08A1C
Text Example
Text Example
White with #D08A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A1C; }
p { color: rgb(208,138,28); }
H1.HeaderClassName
{
color: #D08A1C;
}
.AnyTagClassName
{
color: #D08A1C;
}
</style>
background-color css
<style>
a { background-color: #D08A1C; }
a { background-color: rgb(208,138,28); }
div.DivClassName
{
background-color: #D08A1C;
}
.BgClassName
{
background-color: #D08A1C;
}
</style>
border-color css
<style>
span { border-color: #D08A1C; }
span { border-color: rgb(208,138,28); }
td.TdClassName
{
border-color: #D08A1C;
}
.TagClassName
{
border-color: #D08A1C;
}
</style>