Shades of Just Right #D9C2B3
Tints of Just Right #D9C2B3
RGB
CMYK
RGB Variations
Color information
#D9C2B3 (or 0xD9C2B3) is known color: Just Right. HEX triplet: D9, C2 and B3. RGB value is (217,194,179). Sum of RGB (Red+Green+Blue) = 217+194+179=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2B3 is #263D4C. Grayscale: #C7C7C7. Windows color (decimal): -2506061 or 11780825. OLE color: 11780825.
HSL color Cylindrical-coordinate representation of color #D9C2B3: hue angle of 23.68º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9C2B3 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 179 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.15 |
| HSL | 23.68º | 0.33% | 0.78% | - |
| HSV(B) | 23.68º | 0.18% | 0.85% | - |
| XYZ | 56.04 | 56.59 | 50.62 | - |
| YUV | 199.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 179 | 0 | 0.11 | 0.18 | 0.15 | 23.68 | 0.33 | 0.78 |
| Hex | D9 | C2 | B3 | 0 | B | 12 | F | 18 | 21 | 4E |
| Octal | 331 | 302 | 263 | 0 | 13 | 22 | 17 | 30 | 41 | 116 |
| Binary | 11011001 | 11000010 | 10110011 | 0 | 1011 | 10010 | 1111 | 11000 | 100001 | 1001110 |
Color Harmonies of #D9C2B3
Complementary color
Monochromatic Colors of #D9C2B3
Black with #D9C2B3
Text Example
Text Example
White with #D9C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2B3; }
p { color: rgb(217,194,179); }
H1.HeaderClassName
{
color: #D9C2B3;
}
.AnyTagClassName
{
color: #D9C2B3;
}
</style>
background-color css
<style>
a { background-color: #D9C2B3; }
a { background-color: rgb(217,194,179); }
div.DivClassName
{
background-color: #D9C2B3;
}
.BgClassName
{
background-color: #D9C2B3;
}
</style>
border-color css
<style>
span { border-color: #D9C2B3; }
span { border-color: rgb(217,194,179); }
td.TdClassName
{
border-color: #D9C2B3;
}
.TagClassName
{
border-color: #D9C2B3;
}
</style>