Shades of Buttercup #D68C26
Tints of Buttercup #D68C26
RGB
CMYK
RGB Variations
Color information
#D68C26 (or 0xD68C26) is known color: Buttercup. HEX triplet: D6, 8C and 26. RGB value is (214,140,38). Sum of RGB (Red+Green+Blue) = 214+140+38=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C26 is #2973D9. Grayscale: #969696. Windows color (decimal): -2716634 or 2526422. OLE color: 2526422.
HSL color Cylindrical-coordinate representation of color #D68C26: hue angle of 34.77º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D68C26 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 38 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.16 |
| HSL | 34.77º | 0.7% | 0.49% | - |
| HSV(B) | 34.77º | 0.82% | 0.84% | - |
| XYZ | 37.46 | 33.19 | 6.27 | - |
| YUV | 150.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 38 | 0 | 0.35 | 0.82 | 0.16 | 34.77 | 0.7 | 0.49 |
| Hex | D6 | 8C | 26 | 0 | 23 | 52 | 10 | 23 | 46 | 31 |
| Octal | 326 | 214 | 46 | 0 | 43 | 122 | 20 | 43 | 106 | 61 |
| Binary | 11010110 | 10001100 | 100110 | 0 | 100011 | 1010010 | 10000 | 100011 | 1000110 | 110001 |
Color Harmonies of #D68C26
Complementary color
Monochromatic Colors of #D68C26
Black with #D68C26
Text Example
Text Example
White with #D68C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C26; }
p { color: rgb(214,140,38); }
H1.HeaderClassName
{
color: #D68C26;
}
.AnyTagClassName
{
color: #D68C26;
}
</style>
background-color css
<style>
a { background-color: #D68C26; }
a { background-color: rgb(214,140,38); }
div.DivClassName
{
background-color: #D68C26;
}
.BgClassName
{
background-color: #D68C26;
}
</style>
border-color css
<style>
span { border-color: #D68C26; }
span { border-color: rgb(214,140,38); }
td.TdClassName
{
border-color: #D68C26;
}
.TagClassName
{
border-color: #D68C26;
}
</style>