Shades of Just Right #DCC1B1
Tints of Just Right #DCC1B1
RGB
CMYK
RGB Variations
Color information
#DCC1B1 (or 0xDCC1B1) is known color: Just Right. HEX triplet: DC, C1 and B1. RGB value is (220,193,177). Sum of RGB (Red+Green+Blue) = 220+193+177=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1B1 is #233E4E. Grayscale: #C7C7C7. Windows color (decimal): -2309711 or 11649500. OLE color: 11649500.
HSL color Cylindrical-coordinate representation of color #DCC1B1: hue angle of 22.33º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC1B1 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 177 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.14 |
| HSL | 22.33º | 0.38% | 0.78% | - |
| HSV(B) | 22.33º | 0.2% | 0.86% | - |
| XYZ | 56.52 | 56.53 | 49.53 | - |
| YUV | 199.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 177 | 0 | 0.12 | 0.20 | 0.14 | 22.33 | 0.38 | 0.78 |
| Hex | DC | C1 | B1 | 0 | C | 14 | E | 16 | 26 | 4E |
| Octal | 334 | 301 | 261 | 0 | 14 | 24 | 16 | 26 | 46 | 116 |
| Binary | 11011100 | 11000001 | 10110001 | 0 | 1100 | 10100 | 1110 | 10110 | 100110 | 1001110 |
Color Harmonies of #DCC1B1
Complementary color
Monochromatic Colors of #DCC1B1
Black with #DCC1B1
Text Example
Text Example
White with #DCC1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1B1; }
p { color: rgb(220,193,177); }
H1.HeaderClassName
{
color: #DCC1B1;
}
.AnyTagClassName
{
color: #DCC1B1;
}
</style>
background-color css
<style>
a { background-color: #DCC1B1; }
a { background-color: rgb(220,193,177); }
div.DivClassName
{
background-color: #DCC1B1;
}
.BgClassName
{
background-color: #DCC1B1;
}
</style>
border-color css
<style>
span { border-color: #DCC1B1; }
span { border-color: rgb(220,193,177); }
td.TdClassName
{
border-color: #DCC1B1;
}
.TagClassName
{
border-color: #DCC1B1;
}
</style>