Shades of Buttercup #CB8D1D
Tints of Buttercup #CB8D1D
RGB
CMYK
RGB Variations
Color information
#CB8D1D (or 0xCB8D1D) is known color: Buttercup. HEX triplet: CB, 8D and 1D. RGB value is (203,141,29). Sum of RGB (Red+Green+Blue) = 203+141+29=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8D1D is #3472E2. Grayscale: #939393. Windows color (decimal): -3437283 or 1936843. OLE color: 1936843.
HSL color Cylindrical-coordinate representation of color #CB8D1D: hue angle of 38.62º 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 #CB8D1D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 29 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.20 |
| HSL | 38.62º | 0.75% | 0.45% | - |
| HSV(B) | 38.62º | 0.86% | 0.8% | - |
| XYZ | 34.38 | 31.83 | 5.5 | - |
| YUV | 146.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 29 | 0 | 0.31 | 0.86 | 0.20 | 38.62 | 0.75 | 0.45 |
| Hex | CB | 8D | 1D | 0 | 1F | 56 | 14 | 27 | 4B | 2D |
| Octal | 313 | 215 | 35 | 0 | 37 | 126 | 24 | 47 | 113 | 55 |
| Binary | 11001011 | 10001101 | 11101 | 0 | 11111 | 1010110 | 10100 | 100111 | 1001011 | 101101 |
Color Harmonies of #CB8D1D
Complementary color
Monochromatic Colors of #CB8D1D
Black with #CB8D1D
Text Example
Text Example
White with #CB8D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D1D; }
p { color: rgb(203,141,29); }
H1.HeaderClassName
{
color: #CB8D1D;
}
.AnyTagClassName
{
color: #CB8D1D;
}
</style>
background-color css
<style>
a { background-color: #CB8D1D; }
a { background-color: rgb(203,141,29); }
div.DivClassName
{
background-color: #CB8D1D;
}
.BgClassName
{
background-color: #CB8D1D;
}
</style>
border-color css
<style>
span { border-color: #CB8D1D; }
span { border-color: rgb(203,141,29); }
td.TdClassName
{
border-color: #CB8D1D;
}
.TagClassName
{
border-color: #CB8D1D;
}
</style>