Shades of Deco #CBD882
Tints of Deco #CBD882
RGB
CMYK
RGB Variations
Color information
#CBD882 (or 0xCBD882) is known color: Deco. HEX triplet: CB, D8 and 82. RGB value is (203,216,130). Sum of RGB (Red+Green+Blue) = 203+216+130=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD882 is #34277D. Grayscale: #CACACA. Windows color (decimal): -3417982 or 8575179. OLE color: 8575179.
HSL color Cylindrical-coordinate representation of color #CBD882: hue angle of 69.07º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBD882 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 130 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.15 |
| HSL | 69.07º | 0.52% | 0.68% | - |
| HSV(B) | 69.07º | 0.4% | 0.85% | - |
| XYZ | 53.21 | 63.42 | 30.56 | - |
| YUV | 202.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 130 | 0.06 | 0 | 0.40 | 0.15 | 69.07 | 0.52 | 0.68 |
| Hex | CB | D8 | 82 | 6 | 0 | 28 | F | 45 | 34 | 44 |
| Octal | 313 | 330 | 202 | 6 | 0 | 50 | 17 | 105 | 64 | 104 |
| Binary | 11001011 | 11011000 | 10000010 | 110 | 0 | 101000 | 1111 | 1000101 | 110100 | 1000100 |
Color Harmonies of #CBD882
Complementary color
Monochromatic Colors of #CBD882
Black with #CBD882
Text Example
Text Example
White with #CBD882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD882; }
p { color: rgb(203,216,130); }
H1.HeaderClassName
{
color: #CBD882;
}
.AnyTagClassName
{
color: #CBD882;
}
</style>
background-color css
<style>
a { background-color: #CBD882; }
a { background-color: rgb(203,216,130); }
div.DivClassName
{
background-color: #CBD882;
}
.BgClassName
{
background-color: #CBD882;
}
</style>
border-color css
<style>
span { border-color: #CBD882; }
span { border-color: rgb(203,216,130); }
td.TdClassName
{
border-color: #CBD882;
}
.TagClassName
{
border-color: #CBD882;
}
</style>