Shades of Deco #CBD170
Tints of Deco #CBD170
RGB
CMYK
RGB Variations
Color information
#CBD170 (or 0xCBD170) is known color: Deco. HEX triplet: CB, D1 and 70. RGB value is (203,209,112). Sum of RGB (Red+Green+Blue) = 203+209+112=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD170 is #342E8F. Grayscale: #C4C4C4. Windows color (decimal): -3419792 or 7393739. OLE color: 7393739.
HSL color Cylindrical-coordinate representation of color #CBD170: hue angle of 63.71º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBD170 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 112 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.18 |
| HSL | 63.71º | 0.51% | 0.63% | - |
| HSV(B) | 63.71º | 0.46% | 0.82% | - |
| XYZ | 50.35 | 59.47 | 24.15 | - |
| YUV | 196.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 112 | 0.03 | 0 | 0.46 | 0.18 | 63.71 | 0.51 | 0.63 |
| Hex | CB | D1 | 70 | 3 | 0 | 2E | 12 | 40 | 33 | 3F |
| Octal | 313 | 321 | 160 | 3 | 0 | 56 | 22 | 100 | 63 | 77 |
| Binary | 11001011 | 11010001 | 1110000 | 11 | 0 | 101110 | 10010 | 1000000 | 110011 | 111111 |
Color Harmonies of #CBD170
Complementary color
Monochromatic Colors of #CBD170
Black with #CBD170
Text Example
Text Example
White with #CBD170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD170; }
p { color: rgb(203,209,112); }
H1.HeaderClassName
{
color: #CBD170;
}
.AnyTagClassName
{
color: #CBD170;
}
</style>
background-color css
<style>
a { background-color: #CBD170; }
a { background-color: rgb(203,209,112); }
div.DivClassName
{
background-color: #CBD170;
}
.BgClassName
{
background-color: #CBD170;
}
</style>
border-color css
<style>
span { border-color: #CBD170; }
span { border-color: rgb(203,209,112); }
td.TdClassName
{
border-color: #CBD170;
}
.TagClassName
{
border-color: #CBD170;
}
</style>