Shades of Just Right #D4BCAC
Tints of Just Right #D4BCAC
RGB
CMYK
RGB Variations
Color information
#D4BCAC (or 0xD4BCAC) is known color: Just Right. HEX triplet: D4, BC and AC. RGB value is (212,188,172). Sum of RGB (Red+Green+Blue) = 212+188+172=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BCAC is #2B4353. Grayscale: #C1C1C1. Windows color (decimal): -2835284 or 11320532. OLE color: 11320532.
HSL color Cylindrical-coordinate representation of color #D4BCAC: hue angle of 24º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4BCAC is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 172 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.17 |
| HSL | 24º | 0.32% | 0.75% | - |
| HSV(B) | 24º | 0.19% | 0.83% | - |
| XYZ | 52.58 | 52.94 | 46.48 | - |
| YUV | 193.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 172 | 0 | 0.11 | 0.19 | 0.17 | 24 | 0.32 | 0.75 |
| Hex | D4 | BC | AC | 0 | B | 13 | 11 | 18 | 20 | 4B |
| Octal | 324 | 274 | 254 | 0 | 13 | 23 | 21 | 30 | 40 | 113 |
| Binary | 11010100 | 10111100 | 10101100 | 0 | 1011 | 10011 | 10001 | 11000 | 100000 | 1001011 |
Color Harmonies of #D4BCAC
Complementary color
Monochromatic Colors of #D4BCAC
Black with #D4BCAC
Text Example
Text Example
White with #D4BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCAC; }
p { color: rgb(212,188,172); }
H1.HeaderClassName
{
color: #D4BCAC;
}
.AnyTagClassName
{
color: #D4BCAC;
}
</style>
background-color css
<style>
a { background-color: #D4BCAC; }
a { background-color: rgb(212,188,172); }
div.DivClassName
{
background-color: #D4BCAC;
}
.BgClassName
{
background-color: #D4BCAC;
}
</style>
border-color css
<style>
span { border-color: #D4BCAC; }
span { border-color: rgb(212,188,172); }
td.TdClassName
{
border-color: #D4BCAC;
}
.TagClassName
{
border-color: #D4BCAC;
}
</style>