Shades of Buttercup #CB8C1D
Tints of Buttercup #CB8C1D
RGB
CMYK
RGB Variations
Color information
#CB8C1D (or 0xCB8C1D) is known color: Buttercup. HEX triplet: CB, 8C and 1D. RGB value is (203,140,29). Sum of RGB (Red+Green+Blue) = 203+140+29=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8C1D is #3473E2. Grayscale: #929292. Windows color (decimal): -3437539 or 1936587. OLE color: 1936587.
HSL color Cylindrical-coordinate representation of color #CB8C1D: hue angle of 38.28º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB8C1D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 29 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.20 |
| HSL | 38.28º | 0.75% | 0.45% | - |
| HSV(B) | 38.28º | 0.86% | 0.8% | - |
| XYZ | 34.23 | 31.54 | 5.45 | - |
| YUV | 146.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 29 | 0 | 0.31 | 0.86 | 0.20 | 38.28 | 0.75 | 0.45 |
| Hex | CB | 8C | 1D | 0 | 1F | 56 | 14 | 26 | 4B | 2D |
| Octal | 313 | 214 | 35 | 0 | 37 | 126 | 24 | 46 | 113 | 55 |
| Binary | 11001011 | 10001100 | 11101 | 0 | 11111 | 1010110 | 10100 | 100110 | 1001011 | 101101 |
Color Harmonies of #CB8C1D
Complementary color
Monochromatic Colors of #CB8C1D
Black with #CB8C1D
Text Example
Text Example
White with #CB8C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C1D; }
p { color: rgb(203,140,29); }
H1.HeaderClassName
{
color: #CB8C1D;
}
.AnyTagClassName
{
color: #CB8C1D;
}
</style>
background-color css
<style>
a { background-color: #CB8C1D; }
a { background-color: rgb(203,140,29); }
div.DivClassName
{
background-color: #CB8C1D;
}
.BgClassName
{
background-color: #CB8C1D;
}
</style>
border-color css
<style>
span { border-color: #CB8C1D; }
span { border-color: rgb(203,140,29); }
td.TdClassName
{
border-color: #CB8C1D;
}
.TagClassName
{
border-color: #CB8C1D;
}
</style>