Shades of Deco #CBD589
Tints of Deco #CBD589
RGB
CMYK
RGB Variations
Color information
#CBD589 (or 0xCBD589) is known color: Deco. HEX triplet: CB, D5 and 89. RGB value is (203,213,137). Sum of RGB (Red+Green+Blue) = 203+213+137=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD589 is #342A76. Grayscale: #C9C9C9. Windows color (decimal): -3418743 or 9033163. OLE color: 9033163.
HSL color Cylindrical-coordinate representation of color #CBD589: hue angle of 67.89º degrees, saturation: 0.47, 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 #CBD589 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 137 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.16 |
| HSL | 67.89º | 0.48% | 0.69% | - |
| HSV(B) | 67.89º | 0.36% | 0.84% | - |
| XYZ | 52.94 | 62.09 | 32.86 | - |
| YUV | 201.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 137 | 0.05 | 0 | 0.36 | 0.16 | 67.89 | 0.48 | 0.69 |
| Hex | CB | D5 | 89 | 5 | 0 | 24 | 10 | 44 | 30 | 45 |
| Octal | 313 | 325 | 211 | 5 | 0 | 44 | 20 | 104 | 60 | 105 |
| Binary | 11001011 | 11010101 | 10001001 | 101 | 0 | 100100 | 10000 | 1000100 | 110000 | 1000101 |
Color Harmonies of #CBD589
Complementary color
Monochromatic Colors of #CBD589
Black with #CBD589
Text Example
Text Example
White with #CBD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD589; }
p { color: rgb(203,213,137); }
H1.HeaderClassName
{
color: #CBD589;
}
.AnyTagClassName
{
color: #CBD589;
}
</style>
background-color css
<style>
a { background-color: #CBD589; }
a { background-color: rgb(203,213,137); }
div.DivClassName
{
background-color: #CBD589;
}
.BgClassName
{
background-color: #CBD589;
}
</style>
border-color css
<style>
span { border-color: #CBD589; }
span { border-color: rgb(203,213,137); }
td.TdClassName
{
border-color: #CBD589;
}
.TagClassName
{
border-color: #CBD589;
}
</style>