Shades of Just Right #DCBDA8
Tints of Just Right #DCBDA8
RGB
CMYK
RGB Variations
Color information
#DCBDA8 (or 0xDCBDA8) is known color: Just Right. HEX triplet: DC, BD and A8. RGB value is (220,189,168). Sum of RGB (Red+Green+Blue) = 220+189+168=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDA8 is #234257. Grayscale: #C3C3C3. Windows color (decimal): -2310744 or 11058652. OLE color: 11058652.
HSL color Cylindrical-coordinate representation of color #DCBDA8: hue angle of 24.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCBDA8 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 168 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.14 |
| HSL | 24.23º | 0.43% | 0.76% | - |
| HSV(B) | 24.23º | 0.24% | 0.86% | - |
| XYZ | 54.78 | 54.44 | 44.67 | - |
| YUV | 195.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 168 | 0 | 0.14 | 0.24 | 0.14 | 24.23 | 0.43 | 0.76 |
| Hex | DC | BD | A8 | 0 | E | 18 | E | 18 | 2B | 4C |
| Octal | 334 | 275 | 250 | 0 | 16 | 30 | 16 | 30 | 53 | 114 |
| Binary | 11011100 | 10111101 | 10101000 | 0 | 1110 | 11000 | 1110 | 11000 | 101011 | 1001100 |
Color Harmonies of #DCBDA8
Complementary color
Monochromatic Colors of #DCBDA8
Black with #DCBDA8
Text Example
Text Example
White with #DCBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDA8; }
p { color: rgb(220,189,168); }
H1.HeaderClassName
{
color: #DCBDA8;
}
.AnyTagClassName
{
color: #DCBDA8;
}
</style>
background-color css
<style>
a { background-color: #DCBDA8; }
a { background-color: rgb(220,189,168); }
div.DivClassName
{
background-color: #DCBDA8;
}
.BgClassName
{
background-color: #DCBDA8;
}
</style>
border-color css
<style>
span { border-color: #DCBDA8; }
span { border-color: rgb(220,189,168); }
td.TdClassName
{
border-color: #DCBDA8;
}
.TagClassName
{
border-color: #DCBDA8;
}
</style>