Shades of Just Right #DCC4B3
Tints of Just Right #DCC4B3
RGB
CMYK
RGB Variations
Color information
#DCC4B3 (or 0xDCC4B3) is known color: Just Right. HEX triplet: DC, C4 and B3. RGB value is (220,196,179). Sum of RGB (Red+Green+Blue) = 220+196+179=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4B3 is #233B4C. Grayscale: #C9C9C9. Windows color (decimal): -2308941 or 11781340. OLE color: 11781340.
HSL color Cylindrical-coordinate representation of color #DCC4B3: hue angle of 24.88º degrees, saturation: 0.37, 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 #DCC4B3 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 179 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.14 |
| HSL | 24.88º | 0.37% | 0.78% | - |
| HSV(B) | 24.88º | 0.19% | 0.86% | - |
| XYZ | 57.39 | 57.95 | 50.81 | - |
| YUV | 201.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 179 | 0 | 0.11 | 0.19 | 0.14 | 24.88 | 0.37 | 0.78 |
| Hex | DC | C4 | B3 | 0 | B | 13 | E | 19 | 25 | 4E |
| Octal | 334 | 304 | 263 | 0 | 13 | 23 | 16 | 31 | 45 | 116 |
| Binary | 11011100 | 11000100 | 10110011 | 0 | 1011 | 10011 | 1110 | 11001 | 100101 | 1001110 |
Color Harmonies of #DCC4B3
Complementary color
Monochromatic Colors of #DCC4B3
Black with #DCC4B3
Text Example
Text Example
White with #DCC4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4B3; }
p { color: rgb(220,196,179); }
H1.HeaderClassName
{
color: #DCC4B3;
}
.AnyTagClassName
{
color: #DCC4B3;
}
</style>
background-color css
<style>
a { background-color: #DCC4B3; }
a { background-color: rgb(220,196,179); }
div.DivClassName
{
background-color: #DCC4B3;
}
.BgClassName
{
background-color: #DCC4B3;
}
</style>
border-color css
<style>
span { border-color: #DCC4B3; }
span { border-color: rgb(220,196,179); }
td.TdClassName
{
border-color: #DCC4B3;
}
.TagClassName
{
border-color: #DCC4B3;
}
</style>