Shades of Just Right #D4C1B3
Tints of Just Right #D4C1B3
RGB
CMYK
RGB Variations
Color information
#D4C1B3 (or 0xD4C1B3) is known color: Just Right. HEX triplet: D4, C1 and B3. RGB value is (212,193,179). Sum of RGB (Red+Green+Blue) = 212+193+179=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C1B3 is #2B3E4C. Grayscale: #C5C5C5. Windows color (decimal): -2833997 or 11780564. OLE color: 11780564.
HSL color Cylindrical-coordinate representation of color #D4C1B3: hue angle of 25.45º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4C1B3 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 193 | 179 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.17 |
| HSL | 25.45º | 0.28% | 0.77% | - |
| HSV(B) | 25.45º | 0.16% | 0.83% | - |
| XYZ | 54.36 | 55.39 | 50.47 | - |
| YUV | 197.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 179 | 0 | 0.09 | 0.16 | 0.17 | 25.45 | 0.28 | 0.77 |
| Hex | D4 | C1 | B3 | 0 | 9 | 10 | 11 | 19 | 1C | 4D |
| Octal | 324 | 301 | 263 | 0 | 11 | 20 | 21 | 31 | 34 | 115 |
| Binary | 11010100 | 11000001 | 10110011 | 0 | 1001 | 10000 | 10001 | 11001 | 11100 | 1001101 |
Color Harmonies of #D4C1B3
Complementary color
Monochromatic Colors of #D4C1B3
Black with #D4C1B3
Text Example
Text Example
White with #D4C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C1B3; }
p { color: rgb(212,193,179); }
H1.HeaderClassName
{
color: #D4C1B3;
}
.AnyTagClassName
{
color: #D4C1B3;
}
</style>
background-color css
<style>
a { background-color: #D4C1B3; }
a { background-color: rgb(212,193,179); }
div.DivClassName
{
background-color: #D4C1B3;
}
.BgClassName
{
background-color: #D4C1B3;
}
</style>
border-color css
<style>
span { border-color: #D4C1B3; }
span { border-color: rgb(212,193,179); }
td.TdClassName
{
border-color: #D4C1B3;
}
.TagClassName
{
border-color: #D4C1B3;
}
</style>