Shades of Buttercup #D68F25
Tints of Buttercup #D68F25
RGB
CMYK
RGB Variations
Color information
#D68F25 (or 0xD68F25) is known color: Buttercup. HEX triplet: D6, 8F and 25. RGB value is (214,143,37). Sum of RGB (Red+Green+Blue) = 214+143+37=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F25 is #2970DA. Grayscale: #989898. Windows color (decimal): -2715867 or 2461654. OLE color: 2461654.
HSL color Cylindrical-coordinate representation of color #D68F25: hue angle of 35.93º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D68F25 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 37 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.16 |
| HSL | 35.93º | 0.71% | 0.49% | - |
| HSV(B) | 35.93º | 0.83% | 0.84% | - |
| XYZ | 37.89 | 34.07 | 6.33 | - |
| YUV | 152.15 | 63.02 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 37 | 0 | 0.33 | 0.83 | 0.16 | 35.93 | 0.71 | 0.49 |
| Hex | D6 | 8F | 25 | 0 | 21 | 53 | 10 | 24 | 47 | 31 |
| Octal | 326 | 217 | 45 | 0 | 41 | 123 | 20 | 44 | 107 | 61 |
| Binary | 11010110 | 10001111 | 100101 | 0 | 100001 | 1010011 | 10000 | 100100 | 1000111 | 110001 |
Color Harmonies of #D68F25
Complementary color
Monochromatic Colors of #D68F25
Black with #D68F25
Text Example
Text Example
White with #D68F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F25; }
p { color: rgb(214,143,37); }
H1.HeaderClassName
{
color: #D68F25;
}
.AnyTagClassName
{
color: #D68F25;
}
</style>
background-color css
<style>
a { background-color: #D68F25; }
a { background-color: rgb(214,143,37); }
div.DivClassName
{
background-color: #D68F25;
}
.BgClassName
{
background-color: #D68F25;
}
</style>
border-color css
<style>
span { border-color: #D68F25; }
span { border-color: rgb(214,143,37); }
td.TdClassName
{
border-color: #D68F25;
}
.TagClassName
{
border-color: #D68F25;
}
</style>