Shades of Buttercup #D48A26
Tints of Buttercup #D48A26
RGB
CMYK
RGB Variations
Color information
#D48A26 (or 0xD48A26) is known color: Buttercup. HEX triplet: D4, 8A and 26. RGB value is (212,138,38). Sum of RGB (Red+Green+Blue) = 212+138+38=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A26 is #2B75D9. Grayscale: #959595. Windows color (decimal): -2848218 or 2525908. OLE color: 2525908.
HSL color Cylindrical-coordinate representation of color #D48A26: hue angle of 34.48º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D48A26 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 38 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.17 |
| HSL | 34.48º | 0.7% | 0.49% | - |
| HSV(B) | 34.48º | 0.82% | 0.83% | - |
| XYZ | 36.59 | 32.31 | 6.14 | - |
| YUV | 148.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 38 | 0 | 0.35 | 0.82 | 0.17 | 34.48 | 0.7 | 0.49 |
| Hex | D4 | 8A | 26 | 0 | 23 | 52 | 11 | 22 | 46 | 31 |
| Octal | 324 | 212 | 46 | 0 | 43 | 122 | 21 | 42 | 106 | 61 |
| Binary | 11010100 | 10001010 | 100110 | 0 | 100011 | 1010010 | 10001 | 100010 | 1000110 | 110001 |
Color Harmonies of #D48A26
Complementary color
Monochromatic Colors of #D48A26
Black with #D48A26
Text Example
Text Example
White with #D48A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A26; }
p { color: rgb(212,138,38); }
H1.HeaderClassName
{
color: #D48A26;
}
.AnyTagClassName
{
color: #D48A26;
}
</style>
background-color css
<style>
a { background-color: #D48A26; }
a { background-color: rgb(212,138,38); }
div.DivClassName
{
background-color: #D48A26;
}
.BgClassName
{
background-color: #D48A26;
}
</style>
border-color css
<style>
span { border-color: #D48A26; }
span { border-color: rgb(212,138,38); }
td.TdClassName
{
border-color: #D48A26;
}
.TagClassName
{
border-color: #D48A26;
}
</style>