Shades of Deco #CBD988
Tints of Deco #CBD988
RGB
CMYK
RGB Variations
Color information
#CBD988 (or 0xCBD988) is known color: Deco. HEX triplet: CB, D9 and 88. RGB value is (203,217,136). Sum of RGB (Red+Green+Blue) = 203+217+136=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD988 is #342677. Grayscale: #CBCBCB. Windows color (decimal): -3417720 or 8968651. OLE color: 8968651.
HSL color Cylindrical-coordinate representation of color #CBD988: hue angle of 70.37º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBD988 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 136 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.15 |
| HSL | 70.37º | 0.52% | 0.69% | - |
| HSV(B) | 70.37º | 0.37% | 0.85% | - |
| XYZ | 53.89 | 64.1 | 32.82 | - |
| YUV | 203.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 136 | 0.06 | 0 | 0.37 | 0.15 | 70.37 | 0.52 | 0.69 |
| Hex | CB | D9 | 88 | 6 | 0 | 25 | F | 46 | 34 | 45 |
| Octal | 313 | 331 | 210 | 6 | 0 | 45 | 17 | 106 | 64 | 105 |
| Binary | 11001011 | 11011001 | 10001000 | 110 | 0 | 100101 | 1111 | 1000110 | 110100 | 1000101 |
Color Harmonies of #CBD988
Complementary color
Monochromatic Colors of #CBD988
Black with #CBD988
Text Example
Text Example
White with #CBD988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD988; }
p { color: rgb(203,217,136); }
H1.HeaderClassName
{
color: #CBD988;
}
.AnyTagClassName
{
color: #CBD988;
}
</style>
background-color css
<style>
a { background-color: #CBD988; }
a { background-color: rgb(203,217,136); }
div.DivClassName
{
background-color: #CBD988;
}
.BgClassName
{
background-color: #CBD988;
}
</style>
border-color css
<style>
span { border-color: #CBD988; }
span { border-color: rgb(203,217,136); }
td.TdClassName
{
border-color: #CBD988;
}
.TagClassName
{
border-color: #CBD988;
}
</style>