Shades of Just Right #D2BCAD
Tints of Just Right #D2BCAD
RGB
CMYK
RGB Variations
Color information
#D2BCAD (or 0xD2BCAD) is known color: Just Right. HEX triplet: D2, BC and AD. RGB value is (210,188,173). Sum of RGB (Red+Green+Blue) = 210+188+173=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BCAD is #2D4352. Grayscale: #C0C0C0. Windows color (decimal): -2966355 or 11386066. OLE color: 11386066.
HSL color Cylindrical-coordinate representation of color #D2BCAD: hue angle of 24.32º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2BCAD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 173 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.18 |
| HSL | 24.32º | 0.29% | 0.75% | - |
| HSV(B) | 24.32º | 0.18% | 0.82% | - |
| XYZ | 52.1 | 52.69 | 46.96 | - |
| YUV | 192.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 173 | 0 | 0.10 | 0.18 | 0.18 | 24.32 | 0.29 | 0.75 |
| Hex | D2 | BC | AD | 0 | A | 12 | 12 | 18 | 1D | 4B |
| Octal | 322 | 274 | 255 | 0 | 12 | 22 | 22 | 30 | 35 | 113 |
| Binary | 11010010 | 10111100 | 10101101 | 0 | 1010 | 10010 | 10010 | 11000 | 11101 | 1001011 |
Color Harmonies of #D2BCAD
Complementary color
Monochromatic Colors of #D2BCAD
Black with #D2BCAD
Text Example
Text Example
White with #D2BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCAD; }
p { color: rgb(210,188,173); }
H1.HeaderClassName
{
color: #D2BCAD;
}
.AnyTagClassName
{
color: #D2BCAD;
}
</style>
background-color css
<style>
a { background-color: #D2BCAD; }
a { background-color: rgb(210,188,173); }
div.DivClassName
{
background-color: #D2BCAD;
}
.BgClassName
{
background-color: #D2BCAD;
}
</style>
border-color css
<style>
span { border-color: #D2BCAD; }
span { border-color: rgb(210,188,173); }
td.TdClassName
{
border-color: #D2BCAD;
}
.TagClassName
{
border-color: #D2BCAD;
}
</style>