Shades of Buttercup #D6971C
Tints of Buttercup #D6971C
RGB
CMYK
RGB Variations
Color information
#D6971C (or 0xD6971C) is known color: Buttercup. HEX triplet: D6, 97 and 1C. RGB value is (214,151,28). Sum of RGB (Red+Green+Blue) = 214+151+28=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6971C is #2968E3. Grayscale: #9C9C9C. Windows color (decimal): -2713828 or 1873878. OLE color: 1873878.
HSL color Cylindrical-coordinate representation of color #D6971C: hue angle of 39.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6971C is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 28 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.16 |
| HSL | 39.68º | 0.77% | 0.47% | - |
| HSV(B) | 39.68º | 0.87% | 0.84% | - |
| XYZ | 39.01 | 36.51 | 6.09 | - |
| YUV | 155.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 28 | 0 | 0.29 | 0.87 | 0.16 | 39.68 | 0.77 | 0.47 |
| Hex | D6 | 97 | 1C | 0 | 1D | 57 | 10 | 28 | 4D | 2F |
| Octal | 326 | 227 | 34 | 0 | 35 | 127 | 20 | 50 | 115 | 57 |
| Binary | 11010110 | 10010111 | 11100 | 0 | 11101 | 1010111 | 10000 | 101000 | 1001101 | 101111 |
Color Harmonies of #D6971C
Complementary color
Monochromatic Colors of #D6971C
Black with #D6971C
Text Example
Text Example
White with #D6971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6971C; }
p { color: rgb(214,151,28); }
H1.HeaderClassName
{
color: #D6971C;
}
.AnyTagClassName
{
color: #D6971C;
}
</style>
background-color css
<style>
a { background-color: #D6971C; }
a { background-color: rgb(214,151,28); }
div.DivClassName
{
background-color: #D6971C;
}
.BgClassName
{
background-color: #D6971C;
}
</style>
border-color css
<style>
span { border-color: #D6971C; }
span { border-color: rgb(214,151,28); }
td.TdClassName
{
border-color: #D6971C;
}
.TagClassName
{
border-color: #D6971C;
}
</style>