Shades of Just Right #DCC7B9
Tints of Just Right #DCC7B9
RGB
CMYK
RGB Variations
Color information
#DCC7B9 (or 0xDCC7B9) is known color: Just Right. HEX triplet: DC, C7 and B9. RGB value is (220,199,185). Sum of RGB (Red+Green+Blue) = 220+199+185=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7B9 is #233846. Grayscale: #CBCBCB. Windows color (decimal): -2308167 or 12175324. OLE color: 12175324.
HSL color Cylindrical-coordinate representation of color #DCC7B9: hue angle of 24º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC7B9 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 185 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.14 |
| HSL | 24º | 0.33% | 0.79% | - |
| HSV(B) | 24º | 0.16% | 0.86% | - |
| XYZ | 58.7 | 59.57 | 54.3 | - |
| YUV | 203.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 185 | 0 | 0.10 | 0.16 | 0.14 | 24 | 0.33 | 0.79 |
| Hex | DC | C7 | B9 | 0 | A | 10 | E | 18 | 21 | 4F |
| Octal | 334 | 307 | 271 | 0 | 12 | 20 | 16 | 30 | 41 | 117 |
| Binary | 11011100 | 11000111 | 10111001 | 0 | 1010 | 10000 | 1110 | 11000 | 100001 | 1001111 |
Color Harmonies of #DCC7B9
Complementary color
Monochromatic Colors of #DCC7B9
Black with #DCC7B9
Text Example
Text Example
White with #DCC7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7B9; }
p { color: rgb(220,199,185); }
H1.HeaderClassName
{
color: #DCC7B9;
}
.AnyTagClassName
{
color: #DCC7B9;
}
</style>
background-color css
<style>
a { background-color: #DCC7B9; }
a { background-color: rgb(220,199,185); }
div.DivClassName
{
background-color: #DCC7B9;
}
.BgClassName
{
background-color: #DCC7B9;
}
</style>
border-color css
<style>
span { border-color: #DCC7B9; }
span { border-color: rgb(220,199,185); }
td.TdClassName
{
border-color: #DCC7B9;
}
.TagClassName
{
border-color: #DCC7B9;
}
</style>