Shades of Just Right #DCC2B4
Tints of Just Right #DCC2B4
RGB
CMYK
RGB Variations
Color information
#DCC2B4 (or 0xDCC2B4) is known color: Just Right. HEX triplet: DC, C2 and B4. RGB value is (220,194,180). Sum of RGB (Red+Green+Blue) = 220+194+180=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2B4 is #233D4B. Grayscale: #C8C8C8. Windows color (decimal): -2309452 or 11846364. OLE color: 11846364.
HSL color Cylindrical-coordinate representation of color #DCC2B4: hue angle of 21º 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 #DCC2B4 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 180 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.14 |
| HSL | 21º | 0.36% | 0.78% | - |
| HSV(B) | 21º | 0.18% | 0.86% | - |
| XYZ | 57.05 | 57.09 | 51.19 | - |
| YUV | 200.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 180 | 0 | 0.12 | 0.18 | 0.14 | 21 | 0.36 | 0.78 |
| Hex | DC | C2 | B4 | 0 | C | 12 | E | 15 | 24 | 4E |
| Octal | 334 | 302 | 264 | 0 | 14 | 22 | 16 | 25 | 44 | 116 |
| Binary | 11011100 | 11000010 | 10110100 | 0 | 1100 | 10010 | 1110 | 10101 | 100100 | 1001110 |
Color Harmonies of #DCC2B4
Complementary color
Monochromatic Colors of #DCC2B4
Black with #DCC2B4
Text Example
Text Example
White with #DCC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2B4; }
p { color: rgb(220,194,180); }
H1.HeaderClassName
{
color: #DCC2B4;
}
.AnyTagClassName
{
color: #DCC2B4;
}
</style>
background-color css
<style>
a { background-color: #DCC2B4; }
a { background-color: rgb(220,194,180); }
div.DivClassName
{
background-color: #DCC2B4;
}
.BgClassName
{
background-color: #DCC2B4;
}
</style>
border-color css
<style>
span { border-color: #DCC2B4; }
span { border-color: rgb(220,194,180); }
td.TdClassName
{
border-color: #DCC2B4;
}
.TagClassName
{
border-color: #DCC2B4;
}
</style>