Shades of Deco #CBD285
Tints of Deco #CBD285
RGB
CMYK
RGB Variations
Color information
#CBD285 (or 0xCBD285) is known color: Deco. HEX triplet: CB, D2 and 85. RGB value is (203,210,133). Sum of RGB (Red+Green+Blue) = 203+210+133=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD285 is #342D7A. Grayscale: #C7C7C7. Windows color (decimal): -3419515 or 8770251. OLE color: 8770251.
HSL color Cylindrical-coordinate representation of color #CBD285: hue angle of 65.45º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBD285 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 133 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.18 |
| HSL | 65.45º | 0.46% | 0.67% | - |
| HSV(B) | 65.45º | 0.37% | 0.82% | - |
| XYZ | 51.91 | 60.48 | 31.13 | - |
| YUV | 199.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 133 | 0.03 | 0 | 0.37 | 0.18 | 65.45 | 0.46 | 0.67 |
| Hex | CB | D2 | 85 | 3 | 0 | 25 | 12 | 41 | 2E | 43 |
| Octal | 313 | 322 | 205 | 3 | 0 | 45 | 22 | 101 | 56 | 103 |
| Binary | 11001011 | 11010010 | 10000101 | 11 | 0 | 100101 | 10010 | 1000001 | 101110 | 1000011 |
Color Harmonies of #CBD285
Complementary color
Monochromatic Colors of #CBD285
Black with #CBD285
Text Example
Text Example
White with #CBD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD285; }
p { color: rgb(203,210,133); }
H1.HeaderClassName
{
color: #CBD285;
}
.AnyTagClassName
{
color: #CBD285;
}
</style>
background-color css
<style>
a { background-color: #CBD285; }
a { background-color: rgb(203,210,133); }
div.DivClassName
{
background-color: #CBD285;
}
.BgClassName
{
background-color: #CBD285;
}
</style>
border-color css
<style>
span { border-color: #CBD285; }
span { border-color: rgb(203,210,133); }
td.TdClassName
{
border-color: #CBD285;
}
.TagClassName
{
border-color: #CBD285;
}
</style>