Shades of Deco #CBD385
Tints of Deco #CBD385
RGB
CMYK
RGB Variations
Color information
#CBD385 (or 0xCBD385) is known color: Deco. HEX triplet: CB, D3 and 85. RGB value is (203,211,133). Sum of RGB (Red+Green+Blue) = 203+211+133=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD385 is #342C7A. Grayscale: #C8C8C8. Windows color (decimal): -3419259 or 8770507. OLE color: 8770507.
HSL color Cylindrical-coordinate representation of color #CBD385: hue angle of 66.15º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBD385 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 133 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.17 |
| HSL | 66.15º | 0.47% | 0.67% | - |
| HSV(B) | 66.15º | 0.37% | 0.83% | - |
| XYZ | 52.16 | 60.98 | 31.21 | - |
| YUV | 199.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 133 | 0.04 | 0 | 0.37 | 0.17 | 66.15 | 0.47 | 0.67 |
| Hex | CB | D3 | 85 | 4 | 0 | 25 | 11 | 42 | 2F | 43 |
| Octal | 313 | 323 | 205 | 4 | 0 | 45 | 21 | 102 | 57 | 103 |
| Binary | 11001011 | 11010011 | 10000101 | 100 | 0 | 100101 | 10001 | 1000010 | 101111 | 1000011 |
Color Harmonies of #CBD385
Complementary color
Monochromatic Colors of #CBD385
Black with #CBD385
Text Example
Text Example
White with #CBD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD385; }
p { color: rgb(203,211,133); }
H1.HeaderClassName
{
color: #CBD385;
}
.AnyTagClassName
{
color: #CBD385;
}
</style>
background-color css
<style>
a { background-color: #CBD385; }
a { background-color: rgb(203,211,133); }
div.DivClassName
{
background-color: #CBD385;
}
.BgClassName
{
background-color: #CBD385;
}
</style>
border-color css
<style>
span { border-color: #CBD385; }
span { border-color: rgb(203,211,133); }
td.TdClassName
{
border-color: #CBD385;
}
.TagClassName
{
border-color: #CBD385;
}
</style>