Shades of Just Right #DCC0AC
Tints of Just Right #DCC0AC
RGB
CMYK
RGB Variations
Color information
#DCC0AC (or 0xDCC0AC) is known color: Just Right. HEX triplet: DC, C0 and AC. RGB value is (220,192,172). Sum of RGB (Red+Green+Blue) = 220+192+172=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0AC is #233F53. Grayscale: #C6C6C6. Windows color (decimal): -2309972 or 11321564. OLE color: 11321564.
HSL color Cylindrical-coordinate representation of color #DCC0AC: hue angle of 25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCC0AC is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 172 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.14 |
| HSL | 25º | 0.41% | 0.77% | - |
| HSV(B) | 25º | 0.22% | 0.86% | - |
| XYZ | 55.81 | 55.89 | 46.88 | - |
| YUV | 198.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 172 | 0 | 0.13 | 0.22 | 0.14 | 25 | 0.41 | 0.77 |
| Hex | DC | C0 | AC | 0 | D | 16 | E | 19 | 29 | 4D |
| Octal | 334 | 300 | 254 | 0 | 15 | 26 | 16 | 31 | 51 | 115 |
| Binary | 11011100 | 11000000 | 10101100 | 0 | 1101 | 10110 | 1110 | 11001 | 101001 | 1001101 |
Color Harmonies of #DCC0AC
Complementary color
Monochromatic Colors of #DCC0AC
Black with #DCC0AC
Text Example
Text Example
White with #DCC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0AC; }
p { color: rgb(220,192,172); }
H1.HeaderClassName
{
color: #DCC0AC;
}
.AnyTagClassName
{
color: #DCC0AC;
}
</style>
background-color css
<style>
a { background-color: #DCC0AC; }
a { background-color: rgb(220,192,172); }
div.DivClassName
{
background-color: #DCC0AC;
}
.BgClassName
{
background-color: #DCC0AC;
}
</style>
border-color css
<style>
span { border-color: #DCC0AC; }
span { border-color: rgb(220,192,172); }
td.TdClassName
{
border-color: #DCC0AC;
}
.TagClassName
{
border-color: #DCC0AC;
}
</style>