Shades of Buttercup #D48B23
Tints of Buttercup #D48B23
RGB
CMYK
RGB Variations
Color information
#D48B23 (or 0xD48B23) is known color: Buttercup. HEX triplet: D4, 8B and 23. RGB value is (212,139,35). Sum of RGB (Red+Green+Blue) = 212+139+35=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48B23 is #2B74DC. Grayscale: #959595. Windows color (decimal): -2847965 or 2329556. OLE color: 2329556.
HSL color Cylindrical-coordinate representation of color #D48B23: hue angle of 35.25º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D48B23 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 139 | 35 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.17 |
| HSL | 35.25º | 0.72% | 0.48% | - |
| HSV(B) | 35.25º | 0.83% | 0.83% | - |
| XYZ | 36.69 | 32.58 | 5.95 | - |
| YUV | 148.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 139 | 35 | 0 | 0.34 | 0.83 | 0.17 | 35.25 | 0.72 | 0.48 |
| Hex | D4 | 8B | 23 | 0 | 22 | 53 | 11 | 23 | 48 | 30 |
| Octal | 324 | 213 | 43 | 0 | 42 | 123 | 21 | 43 | 110 | 60 |
| Binary | 11010100 | 10001011 | 100011 | 0 | 100010 | 1010011 | 10001 | 100011 | 1001000 | 110000 |
Color Harmonies of #D48B23
Complementary color
Monochromatic Colors of #D48B23
Black with #D48B23
Text Example
Text Example
White with #D48B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48B23; }
p { color: rgb(212,139,35); }
H1.HeaderClassName
{
color: #D48B23;
}
.AnyTagClassName
{
color: #D48B23;
}
</style>
background-color css
<style>
a { background-color: #D48B23; }
a { background-color: rgb(212,139,35); }
div.DivClassName
{
background-color: #D48B23;
}
.BgClassName
{
background-color: #D48B23;
}
</style>
border-color css
<style>
span { border-color: #D48B23; }
span { border-color: rgb(212,139,35); }
td.TdClassName
{
border-color: #D48B23;
}
.TagClassName
{
border-color: #D48B23;
}
</style>