Shades of Just Right #D9C4B7
Tints of Just Right #D9C4B7
RGB
CMYK
RGB Variations
Color information
#D9C4B7 (or 0xD9C4B7) is known color: Just Right. HEX triplet: D9, C4 and B7. RGB value is (217,196,183). Sum of RGB (Red+Green+Blue) = 217+196+183=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4B7 is #263B48. Grayscale: #C8C8C8. Windows color (decimal): -2505545 or 12043481. OLE color: 12043481.
HSL color Cylindrical-coordinate representation of color #D9C4B7: hue angle of 22.94º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C4B7 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 183 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.15 |
| HSL | 22.94º | 0.31% | 0.78% | - |
| HSV(B) | 22.94º | 0.16% | 0.85% | - |
| XYZ | 56.9 | 57.65 | 52.93 | - |
| YUV | 200.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 183 | 0 | 0.10 | 0.16 | 0.15 | 22.94 | 0.31 | 0.78 |
| Hex | D9 | C4 | B7 | 0 | A | 10 | F | 17 | 1F | 4E |
| Octal | 331 | 304 | 267 | 0 | 12 | 20 | 17 | 27 | 37 | 116 |
| Binary | 11011001 | 11000100 | 10110111 | 0 | 1010 | 10000 | 1111 | 10111 | 11111 | 1001110 |
Color Harmonies of #D9C4B7
Complementary color
Monochromatic Colors of #D9C4B7
Black with #D9C4B7
Text Example
Text Example
White with #D9C4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4B7; }
p { color: rgb(217,196,183); }
H1.HeaderClassName
{
color: #D9C4B7;
}
.AnyTagClassName
{
color: #D9C4B7;
}
</style>
background-color css
<style>
a { background-color: #D9C4B7; }
a { background-color: rgb(217,196,183); }
div.DivClassName
{
background-color: #D9C4B7;
}
.BgClassName
{
background-color: #D9C4B7;
}
</style>
border-color css
<style>
span { border-color: #D9C4B7; }
span { border-color: rgb(217,196,183); }
td.TdClassName
{
border-color: #D9C4B7;
}
.TagClassName
{
border-color: #D9C4B7;
}
</style>