Shades of Deco #CBC88D
Tints of Deco #CBC88D
RGB
CMYK
RGB Variations
Color information
#CBC88D (or 0xCBC88D) is known color: Deco. HEX triplet: CB, C8 and 8D. RGB value is (203,200,141). Sum of RGB (Red+Green+Blue) = 203+200+141=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC88D is #343772. Grayscale: #C2C2C2. Windows color (decimal): -3422067 or 9291979. OLE color: 9291979.
HSL color Cylindrical-coordinate representation of color #CBC88D: hue angle of 57.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBC88D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 141 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.20 |
| HSL | 57.1º | 0.37% | 0.67% | - |
| HSV(B) | 57.1º | 0.31% | 0.8% | - |
| XYZ | 50.09 | 55.93 | 33.35 | - |
| YUV | 194.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 141 | 0 | 0.01 | 0.31 | 0.20 | 57.1 | 0.37 | 0.67 |
| Hex | CB | C8 | 8D | 0 | 1 | 1F | 14 | 39 | 25 | 43 |
| Octal | 313 | 310 | 215 | 0 | 1 | 37 | 24 | 71 | 45 | 103 |
| Binary | 11001011 | 11001000 | 10001101 | 0 | 1 | 11111 | 10100 | 111001 | 100101 | 1000011 |
Color Harmonies of #CBC88D
Complementary color
Monochromatic Colors of #CBC88D
Black with #CBC88D
Text Example
Text Example
White with #CBC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC88D; }
p { color: rgb(203,200,141); }
H1.HeaderClassName
{
color: #CBC88D;
}
.AnyTagClassName
{
color: #CBC88D;
}
</style>
background-color css
<style>
a { background-color: #CBC88D; }
a { background-color: rgb(203,200,141); }
div.DivClassName
{
background-color: #CBC88D;
}
.BgClassName
{
background-color: #CBC88D;
}
</style>
border-color css
<style>
span { border-color: #CBC88D; }
span { border-color: rgb(203,200,141); }
td.TdClassName
{
border-color: #CBC88D;
}
.TagClassName
{
border-color: #CBC88D;
}
</style>