Shades of Just Right #DCC3B2
Tints of Just Right #DCC3B2
RGB
CMYK
RGB Variations
Color information
#DCC3B2 (or 0xDCC3B2) is known color: Just Right. HEX triplet: DC, C3 and B2. RGB value is (220,195,178). Sum of RGB (Red+Green+Blue) = 220+195+178=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3B2 is #233C4D. Grayscale: #C8C8C8. Windows color (decimal): -2309198 or 11715548. OLE color: 11715548.
HSL color Cylindrical-coordinate representation of color #DCC3B2: hue angle of 24.29º degrees, saturation: 0.38, 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 #DCC3B2 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 178 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.14 |
| HSL | 24.29º | 0.38% | 0.78% | - |
| HSV(B) | 24.29º | 0.19% | 0.86% | - |
| XYZ | 57.07 | 57.46 | 50.2 | - |
| YUV | 200.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 178 | 0 | 0.11 | 0.19 | 0.14 | 24.29 | 0.38 | 0.78 |
| Hex | DC | C3 | B2 | 0 | B | 13 | E | 18 | 26 | 4E |
| Octal | 334 | 303 | 262 | 0 | 13 | 23 | 16 | 30 | 46 | 116 |
| Binary | 11011100 | 11000011 | 10110010 | 0 | 1011 | 10011 | 1110 | 11000 | 100110 | 1001110 |
Color Harmonies of #DCC3B2
Complementary color
Monochromatic Colors of #DCC3B2
Black with #DCC3B2
Text Example
Text Example
White with #DCC3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3B2; }
p { color: rgb(220,195,178); }
H1.HeaderClassName
{
color: #DCC3B2;
}
.AnyTagClassName
{
color: #DCC3B2;
}
</style>
background-color css
<style>
a { background-color: #DCC3B2; }
a { background-color: rgb(220,195,178); }
div.DivClassName
{
background-color: #DCC3B2;
}
.BgClassName
{
background-color: #DCC3B2;
}
</style>
border-color css
<style>
span { border-color: #DCC3B2; }
span { border-color: rgb(220,195,178); }
td.TdClassName
{
border-color: #DCC3B2;
}
.TagClassName
{
border-color: #DCC3B2;
}
</style>