Shades of Buttercup #D28C26
Tints of Buttercup #D28C26
RGB
CMYK
RGB Variations
Color information
#D28C26 (or 0xD28C26) is known color: Buttercup. HEX triplet: D2, 8C and 26. RGB value is (210,140,38). Sum of RGB (Red+Green+Blue) = 210+140+38=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C26 is #2D73D9. Grayscale: #959595. Windows color (decimal): -2978778 or 2526418. OLE color: 2526418.
HSL color Cylindrical-coordinate representation of color #D28C26: hue angle of 35.58º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D28C26 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 38 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.18 |
| HSL | 35.58º | 0.69% | 0.49% | - |
| HSV(B) | 35.58º | 0.82% | 0.82% | - |
| XYZ | 36.31 | 32.6 | 6.21 | - |
| YUV | 149.3 | 65.19 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 38 | 0 | 0.33 | 0.82 | 0.18 | 35.58 | 0.69 | 0.49 |
| Hex | D2 | 8C | 26 | 0 | 21 | 52 | 12 | 24 | 45 | 31 |
| Octal | 322 | 214 | 46 | 0 | 41 | 122 | 22 | 44 | 105 | 61 |
| Binary | 11010010 | 10001100 | 100110 | 0 | 100001 | 1010010 | 10010 | 100100 | 1000101 | 110001 |
Color Harmonies of #D28C26
Complementary color
Monochromatic Colors of #D28C26
Black with #D28C26
Text Example
Text Example
White with #D28C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C26; }
p { color: rgb(210,140,38); }
H1.HeaderClassName
{
color: #D28C26;
}
.AnyTagClassName
{
color: #D28C26;
}
</style>
background-color css
<style>
a { background-color: #D28C26; }
a { background-color: rgb(210,140,38); }
div.DivClassName
{
background-color: #D28C26;
}
.BgClassName
{
background-color: #D28C26;
}
</style>
border-color css
<style>
span { border-color: #D28C26; }
span { border-color: rgb(210,140,38); }
td.TdClassName
{
border-color: #D28C26;
}
.TagClassName
{
border-color: #D28C26;
}
</style>