Shades of Buttercup #CD971E
Tints of Buttercup #CD971E
RGB
CMYK
RGB Variations
Color information
#CD971E (or 0xCD971E) is known color: Buttercup. HEX triplet: CD, 97 and 1E. RGB value is (205,151,30). Sum of RGB (Red+Green+Blue) = 205+151+30=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD971E is #3268E1. Grayscale: #999999. Windows color (decimal): -3303650 or 2004941. OLE color: 2004941.
HSL color Cylindrical-coordinate representation of color #CD971E: hue angle of 41.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD971E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 151 | 30 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.20 |
| HSL | 41.49º | 0.74% | 0.46% | - |
| HSV(B) | 41.49º | 0.85% | 0.8% | - |
| XYZ | 36.48 | 35.21 | 6.1 | - |
| YUV | 153.35 | 58.39 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 151 | 30 | 0 | 0.26 | 0.85 | 0.20 | 41.49 | 0.74 | 0.46 |
| Hex | CD | 97 | 1E | 0 | 1A | 55 | 14 | 29 | 4A | 2E |
| Octal | 315 | 227 | 36 | 0 | 32 | 125 | 24 | 51 | 112 | 56 |
| Binary | 11001101 | 10010111 | 11110 | 0 | 11010 | 1010101 | 10100 | 101001 | 1001010 | 101110 |
Color Harmonies of #CD971E
Complementary color
Monochromatic Colors of #CD971E
Black with #CD971E
Text Example
Text Example
White with #CD971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD971E; }
p { color: rgb(205,151,30); }
H1.HeaderClassName
{
color: #CD971E;
}
.AnyTagClassName
{
color: #CD971E;
}
</style>
background-color css
<style>
a { background-color: #CD971E; }
a { background-color: rgb(205,151,30); }
div.DivClassName
{
background-color: #CD971E;
}
.BgClassName
{
background-color: #CD971E;
}
</style>
border-color css
<style>
span { border-color: #CD971E; }
span { border-color: rgb(205,151,30); }
td.TdClassName
{
border-color: #CD971E;
}
.TagClassName
{
border-color: #CD971E;
}
</style>