Shades of Just Right #DCC5B5
Tints of Just Right #DCC5B5
RGB
CMYK
RGB Variations
Color information
#DCC5B5 (or 0xDCC5B5) is known color: Just Right. HEX triplet: DC, C5 and B5. RGB value is (220,197,181). Sum of RGB (Red+Green+Blue) = 220+197+181=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5B5 is #233A4A. Grayscale: #CACACA. Windows color (decimal): -2308683 or 11912668. OLE color: 11912668.
HSL color Cylindrical-coordinate representation of color #DCC5B5: hue angle of 24.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC5B5 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 181 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.14 |
| HSL | 24.62º | 0.36% | 0.79% | - |
| HSV(B) | 24.62º | 0.18% | 0.86% | - |
| XYZ | 57.82 | 58.48 | 51.96 | - |
| YUV | 202.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 181 | 0 | 0.10 | 0.18 | 0.14 | 24.62 | 0.36 | 0.79 |
| Hex | DC | C5 | B5 | 0 | A | 12 | E | 19 | 24 | 4F |
| Octal | 334 | 305 | 265 | 0 | 12 | 22 | 16 | 31 | 44 | 117 |
| Binary | 11011100 | 11000101 | 10110101 | 0 | 1010 | 10010 | 1110 | 11001 | 100100 | 1001111 |
Color Harmonies of #DCC5B5
Complementary color
Monochromatic Colors of #DCC5B5
Black with #DCC5B5
Text Example
Text Example
White with #DCC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5B5; }
p { color: rgb(220,197,181); }
H1.HeaderClassName
{
color: #DCC5B5;
}
.AnyTagClassName
{
color: #DCC5B5;
}
</style>
background-color css
<style>
a { background-color: #DCC5B5; }
a { background-color: rgb(220,197,181); }
div.DivClassName
{
background-color: #DCC5B5;
}
.BgClassName
{
background-color: #DCC5B5;
}
</style>
border-color css
<style>
span { border-color: #DCC5B5; }
span { border-color: rgb(220,197,181); }
td.TdClassName
{
border-color: #DCC5B5;
}
.TagClassName
{
border-color: #DCC5B5;
}
</style>