Shades of Just Right #DCC0B3
Tints of Just Right #DCC0B3
RGB
CMYK
RGB Variations
Color information
#DCC0B3 (or 0xDCC0B3) is known color: Just Right. HEX triplet: DC, C0 and B3. RGB value is (220,192,179). Sum of RGB (Red+Green+Blue) = 220+192+179=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0B3 is #233F4C. Grayscale: #C6C6C6. Windows color (decimal): -2309965 or 11780316. OLE color: 11780316.
HSL color Cylindrical-coordinate representation of color #DCC0B3: hue angle of 19.02º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCC0B3 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 179 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.14 |
| HSL | 19.02º | 0.37% | 0.78% | - |
| HSV(B) | 19.02º | 0.19% | 0.86% | - |
| XYZ | 56.5 | 56.17 | 50.51 | - |
| YUV | 198.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 179 | 0 | 0.13 | 0.19 | 0.14 | 19.02 | 0.37 | 0.78 |
| Hex | DC | C0 | B3 | 0 | D | 13 | E | 13 | 25 | 4E |
| Octal | 334 | 300 | 263 | 0 | 15 | 23 | 16 | 23 | 45 | 116 |
| Binary | 11011100 | 11000000 | 10110011 | 0 | 1101 | 10011 | 1110 | 10011 | 100101 | 1001110 |
Color Harmonies of #DCC0B3
Complementary color
Monochromatic Colors of #DCC0B3
Black with #DCC0B3
Text Example
Text Example
White with #DCC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0B3; }
p { color: rgb(220,192,179); }
H1.HeaderClassName
{
color: #DCC0B3;
}
.AnyTagClassName
{
color: #DCC0B3;
}
</style>
background-color css
<style>
a { background-color: #DCC0B3; }
a { background-color: rgb(220,192,179); }
div.DivClassName
{
background-color: #DCC0B3;
}
.BgClassName
{
background-color: #DCC0B3;
}
</style>
border-color css
<style>
span { border-color: #DCC0B3; }
span { border-color: rgb(220,192,179); }
td.TdClassName
{
border-color: #DCC0B3;
}
.TagClassName
{
border-color: #DCC0B3;
}
</style>