Shades of Buttercup #CB8D1F
Tints of Buttercup #CB8D1F
RGB
CMYK
RGB Variations
Color information
#CB8D1F (or 0xCB8D1F) is known color: Buttercup. HEX triplet: CB, 8D and 1F. RGB value is (203,141,31). Sum of RGB (Red+Green+Blue) = 203+141+31=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8D1F is #3472E0. Grayscale: #939393. Windows color (decimal): -3437281 or 2067915. OLE color: 2067915.
HSL color Cylindrical-coordinate representation of color #CB8D1F: hue angle of 38.37º 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 #CB8D1F is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 31 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.20 |
| HSL | 38.37º | 0.74% | 0.46% | - |
| HSV(B) | 38.37º | 0.85% | 0.8% | - |
| XYZ | 34.4 | 31.85 | 5.63 | - |
| YUV | 147 | 62.54 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 31 | 0 | 0.31 | 0.85 | 0.20 | 38.37 | 0.74 | 0.46 |
| Hex | CB | 8D | 1F | 0 | 1F | 55 | 14 | 26 | 4A | 2E |
| Octal | 313 | 215 | 37 | 0 | 37 | 125 | 24 | 46 | 112 | 56 |
| Binary | 11001011 | 10001101 | 11111 | 0 | 11111 | 1010101 | 10100 | 100110 | 1001010 | 101110 |
Color Harmonies of #CB8D1F
Complementary color
Monochromatic Colors of #CB8D1F
Black with #CB8D1F
Text Example
Text Example
White with #CB8D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D1F; }
p { color: rgb(203,141,31); }
H1.HeaderClassName
{
color: #CB8D1F;
}
.AnyTagClassName
{
color: #CB8D1F;
}
</style>
background-color css
<style>
a { background-color: #CB8D1F; }
a { background-color: rgb(203,141,31); }
div.DivClassName
{
background-color: #CB8D1F;
}
.BgClassName
{
background-color: #CB8D1F;
}
</style>
border-color css
<style>
span { border-color: #CB8D1F; }
span { border-color: rgb(203,141,31); }
td.TdClassName
{
border-color: #CB8D1F;
}
.TagClassName
{
border-color: #CB8D1F;
}
</style>