Shades of Deco #CBD573
Tints of Deco #CBD573
RGB
CMYK
RGB Variations
Color information
#CBD573 (or 0xCBD573) is known color: Deco. HEX triplet: CB, D5 and 73. RGB value is (203,213,115). Sum of RGB (Red+Green+Blue) = 203+213+115=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD573 is #342A8C. Grayscale: #C7C7C7. Windows color (decimal): -3418765 or 7591371. OLE color: 7591371.
HSL color Cylindrical-coordinate representation of color #CBD573: hue angle of 66.12º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBD573 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 115 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.16 |
| HSL | 66.12º | 0.54% | 0.64% | - |
| HSV(B) | 66.12º | 0.46% | 0.84% | - |
| XYZ | 51.52 | 61.52 | 25.38 | - |
| YUV | 198.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 115 | 0.05 | 0 | 0.46 | 0.16 | 66.12 | 0.54 | 0.64 |
| Hex | CB | D5 | 73 | 5 | 0 | 2E | 10 | 42 | 36 | 40 |
| Octal | 313 | 325 | 163 | 5 | 0 | 56 | 20 | 102 | 66 | 100 |
| Binary | 11001011 | 11010101 | 1110011 | 101 | 0 | 101110 | 10000 | 1000010 | 110110 | 1000000 |
Color Harmonies of #CBD573
Complementary color
Monochromatic Colors of #CBD573
Black with #CBD573
Text Example
Text Example
White with #CBD573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD573; }
p { color: rgb(203,213,115); }
H1.HeaderClassName
{
color: #CBD573;
}
.AnyTagClassName
{
color: #CBD573;
}
</style>
background-color css
<style>
a { background-color: #CBD573; }
a { background-color: rgb(203,213,115); }
div.DivClassName
{
background-color: #CBD573;
}
.BgClassName
{
background-color: #CBD573;
}
</style>
border-color css
<style>
span { border-color: #CBD573; }
span { border-color: rgb(203,213,115); }
td.TdClassName
{
border-color: #CBD573;
}
.TagClassName
{
border-color: #CBD573;
}
</style>