Shades of Deco #CBD688
Tints of Deco #CBD688
RGB
CMYK
RGB Variations
Color information
#CBD688 (or 0xCBD688) is known color: Deco. HEX triplet: CB, D6 and 88. RGB value is (203,214,136). Sum of RGB (Red+Green+Blue) = 203+214+136=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD688 is #342977. Grayscale: #CACACA. Windows color (decimal): -3418488 or 8967883. OLE color: 8967883.
HSL color Cylindrical-coordinate representation of color #CBD688: hue angle of 68.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBD688 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 136 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.16 |
| HSL | 68.46º | 0.49% | 0.69% | - |
| HSV(B) | 68.46º | 0.36% | 0.84% | - |
| XYZ | 53.12 | 62.57 | 32.57 | - |
| YUV | 201.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 136 | 0.05 | 0 | 0.36 | 0.16 | 68.46 | 0.49 | 0.69 |
| Hex | CB | D6 | 88 | 5 | 0 | 24 | 10 | 44 | 31 | 45 |
| Octal | 313 | 326 | 210 | 5 | 0 | 44 | 20 | 104 | 61 | 105 |
| Binary | 11001011 | 11010110 | 10001000 | 101 | 0 | 100100 | 10000 | 1000100 | 110001 | 1000101 |
Color Harmonies of #CBD688
Complementary color
Monochromatic Colors of #CBD688
Black with #CBD688
Text Example
Text Example
White with #CBD688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD688; }
p { color: rgb(203,214,136); }
H1.HeaderClassName
{
color: #CBD688;
}
.AnyTagClassName
{
color: #CBD688;
}
</style>
background-color css
<style>
a { background-color: #CBD688; }
a { background-color: rgb(203,214,136); }
div.DivClassName
{
background-color: #CBD688;
}
.BgClassName
{
background-color: #CBD688;
}
</style>
border-color css
<style>
span { border-color: #CBD688; }
span { border-color: rgb(203,214,136); }
td.TdClassName
{
border-color: #CBD688;
}
.TagClassName
{
border-color: #CBD688;
}
</style>