Shades of Deco #CBD682
Tints of Deco #CBD682
RGB
CMYK
RGB Variations
Color information
#CBD682 (or 0xCBD682) is known color: Deco. HEX triplet: CB, D6 and 82. RGB value is (203,214,130). Sum of RGB (Red+Green+Blue) = 203+214+130=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD682 is #34297D. Grayscale: #C9C9C9. Windows color (decimal): -3418494 or 8574667. OLE color: 8574667.
HSL color Cylindrical-coordinate representation of color #CBD682: hue angle of 67.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBD682 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 130 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.16 |
| HSL | 67.86º | 0.51% | 0.67% | - |
| HSV(B) | 67.86º | 0.39% | 0.84% | - |
| XYZ | 52.7 | 62.4 | 30.39 | - |
| YUV | 201.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 130 | 0.05 | 0 | 0.39 | 0.16 | 67.86 | 0.51 | 0.67 |
| Hex | CB | D6 | 82 | 5 | 0 | 27 | 10 | 44 | 33 | 43 |
| Octal | 313 | 326 | 202 | 5 | 0 | 47 | 20 | 104 | 63 | 103 |
| Binary | 11001011 | 11010110 | 10000010 | 101 | 0 | 100111 | 10000 | 1000100 | 110011 | 1000011 |
Color Harmonies of #CBD682
Complementary color
Monochromatic Colors of #CBD682
Black with #CBD682
Text Example
Text Example
White with #CBD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD682; }
p { color: rgb(203,214,130); }
H1.HeaderClassName
{
color: #CBD682;
}
.AnyTagClassName
{
color: #CBD682;
}
</style>
background-color css
<style>
a { background-color: #CBD682; }
a { background-color: rgb(203,214,130); }
div.DivClassName
{
background-color: #CBD682;
}
.BgClassName
{
background-color: #CBD682;
}
</style>
border-color css
<style>
span { border-color: #CBD682; }
span { border-color: rgb(203,214,130); }
td.TdClassName
{
border-color: #CBD682;
}
.TagClassName
{
border-color: #CBD682;
}
</style>