Shades of Just Right #D9C4B5
Tints of Just Right #D9C4B5
RGB
CMYK
RGB Variations
Color information
#D9C4B5 (or 0xD9C4B5) is known color: Just Right. HEX triplet: D9, C4 and B5. RGB value is (217,196,181). Sum of RGB (Red+Green+Blue) = 217+196+181=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C4B5 is #263B4A. Grayscale: #C8C8C8. Windows color (decimal): -2505547 or 11912409. OLE color: 11912409.
HSL color Cylindrical-coordinate representation of color #D9C4B5: hue angle of 25º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9C4B5 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 181 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.15 |
| HSL | 25º | 0.32% | 0.78% | - |
| HSV(B) | 25º | 0.17% | 0.85% | - |
| XYZ | 56.7 | 57.57 | 51.84 | - |
| YUV | 200.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 181 | 0 | 0.10 | 0.17 | 0.15 | 25 | 0.32 | 0.78 |
| Hex | D9 | C4 | B5 | 0 | A | 11 | F | 19 | 20 | 4E |
| Octal | 331 | 304 | 265 | 0 | 12 | 21 | 17 | 31 | 40 | 116 |
| Binary | 11011001 | 11000100 | 10110101 | 0 | 1010 | 10001 | 1111 | 11001 | 100000 | 1001110 |
Color Harmonies of #D9C4B5
Complementary color
Monochromatic Colors of #D9C4B5
Black with #D9C4B5
Text Example
Text Example
White with #D9C4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C4B5; }
p { color: rgb(217,196,181); }
H1.HeaderClassName
{
color: #D9C4B5;
}
.AnyTagClassName
{
color: #D9C4B5;
}
</style>
background-color css
<style>
a { background-color: #D9C4B5; }
a { background-color: rgb(217,196,181); }
div.DivClassName
{
background-color: #D9C4B5;
}
.BgClassName
{
background-color: #D9C4B5;
}
</style>
border-color css
<style>
span { border-color: #D9C4B5; }
span { border-color: rgb(217,196,181); }
td.TdClassName
{
border-color: #D9C4B5;
}
.TagClassName
{
border-color: #D9C4B5;
}
</style>