Shades of Just Right #DCC1B4
Tints of Just Right #DCC1B4
RGB
CMYK
RGB Variations
Color information
#DCC1B4 (or 0xDCC1B4) is known color: Just Right. HEX triplet: DC, C1 and B4. RGB value is (220,193,180). Sum of RGB (Red+Green+Blue) = 220+193+180=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1B4 is #233E4B. Grayscale: #C7C7C7. Windows color (decimal): -2309708 or 11846108. OLE color: 11846108.
HSL color Cylindrical-coordinate representation of color #DCC1B4: hue angle of 19.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC1B4 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 180 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.14 |
| HSL | 19.5º | 0.36% | 0.78% | - |
| HSV(B) | 19.5º | 0.18% | 0.86% | - |
| XYZ | 56.82 | 56.65 | 51.12 | - |
| YUV | 199.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 180 | 0 | 0.12 | 0.18 | 0.14 | 19.5 | 0.36 | 0.78 |
| Hex | DC | C1 | B4 | 0 | C | 12 | E | 14 | 24 | 4E |
| Octal | 334 | 301 | 264 | 0 | 14 | 22 | 16 | 24 | 44 | 116 |
| Binary | 11011100 | 11000001 | 10110100 | 0 | 1100 | 10010 | 1110 | 10100 | 100100 | 1001110 |
Color Harmonies of #DCC1B4
Complementary color
Monochromatic Colors of #DCC1B4
Black with #DCC1B4
Text Example
Text Example
White with #DCC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC1B4; }
p { color: rgb(220,193,180); }
H1.HeaderClassName
{
color: #DCC1B4;
}
.AnyTagClassName
{
color: #DCC1B4;
}
</style>
background-color css
<style>
a { background-color: #DCC1B4; }
a { background-color: rgb(220,193,180); }
div.DivClassName
{
background-color: #DCC1B4;
}
.BgClassName
{
background-color: #DCC1B4;
}
</style>
border-color css
<style>
span { border-color: #DCC1B4; }
span { border-color: rgb(220,193,180); }
td.TdClassName
{
border-color: #DCC1B4;
}
.TagClassName
{
border-color: #DCC1B4;
}
</style>