Shades of Deco #CBD188
Tints of Deco #CBD188
RGB
CMYK
RGB Variations
Color information
#CBD188 (or 0xCBD188) is known color: Deco. HEX triplet: CB, D1 and 88. RGB value is (203,209,136). Sum of RGB (Red+Green+Blue) = 203+209+136=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD188 is #342E77. Grayscale: #C7C7C7. Windows color (decimal): -3419768 or 8966603. OLE color: 8966603.
HSL color Cylindrical-coordinate representation of color #CBD188: hue angle of 64.93º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBD188 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 136 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.18 |
| HSL | 64.93º | 0.44% | 0.68% | - |
| HSV(B) | 64.93º | 0.35% | 0.82% | - |
| XYZ | 51.87 | 60.08 | 32.15 | - |
| YUV | 198.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 136 | 0.03 | 0 | 0.35 | 0.18 | 64.93 | 0.44 | 0.68 |
| Hex | CB | D1 | 88 | 3 | 0 | 23 | 12 | 41 | 2C | 44 |
| Octal | 313 | 321 | 210 | 3 | 0 | 43 | 22 | 101 | 54 | 104 |
| Binary | 11001011 | 11010001 | 10001000 | 11 | 0 | 100011 | 10010 | 1000001 | 101100 | 1000100 |
Color Harmonies of #CBD188
Complementary color
Monochromatic Colors of #CBD188
Black with #CBD188
Text Example
Text Example
White with #CBD188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD188; }
p { color: rgb(203,209,136); }
H1.HeaderClassName
{
color: #CBD188;
}
.AnyTagClassName
{
color: #CBD188;
}
</style>
background-color css
<style>
a { background-color: #CBD188; }
a { background-color: rgb(203,209,136); }
div.DivClassName
{
background-color: #CBD188;
}
.BgClassName
{
background-color: #CBD188;
}
</style>
border-color css
<style>
span { border-color: #CBD188; }
span { border-color: rgb(203,209,136); }
td.TdClassName
{
border-color: #CBD188;
}
.TagClassName
{
border-color: #CBD188;
}
</style>