Shades of Just Right #DFC1B4
Tints of Just Right #DFC1B4
RGB
CMYK
RGB Variations
Color information
#DFC1B4 (or 0xDFC1B4) is known color: Just Right. HEX triplet: DF, C1 and B4. RGB value is (223,193,180). Sum of RGB (Red+Green+Blue) = 223+193+180=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1B4 is #203E4B. Grayscale: #C8C8C8. Windows color (decimal): -2113100 or 11846111. OLE color: 11846111.
HSL color Cylindrical-coordinate representation of color #DFC1B4: hue angle of 18.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC1B4 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 180 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.13 |
| HSL | 18.14º | 0.4% | 0.79% | - |
| HSV(B) | 18.14º | 0.19% | 0.87% | - |
| XYZ | 57.74 | 57.12 | 51.16 | - |
| YUV | 200.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 180 | 0 | 0.13 | 0.19 | 0.13 | 18.14 | 0.4 | 0.79 |
| Hex | DF | C1 | B4 | 0 | D | 13 | D | 12 | 28 | 4F |
| Octal | 337 | 301 | 264 | 0 | 15 | 23 | 15 | 22 | 50 | 117 |
| Binary | 11011111 | 11000001 | 10110100 | 0 | 1101 | 10011 | 1101 | 10010 | 101000 | 1001111 |
Color Harmonies of #DFC1B4
Complementary color
Monochromatic Colors of #DFC1B4
Black with #DFC1B4
Text Example
Text Example
White with #DFC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1B4; }
p { color: rgb(223,193,180); }
H1.HeaderClassName
{
color: #DFC1B4;
}
.AnyTagClassName
{
color: #DFC1B4;
}
</style>
background-color css
<style>
a { background-color: #DFC1B4; }
a { background-color: rgb(223,193,180); }
div.DivClassName
{
background-color: #DFC1B4;
}
.BgClassName
{
background-color: #DFC1B4;
}
</style>
border-color css
<style>
span { border-color: #DFC1B4; }
span { border-color: rgb(223,193,180); }
td.TdClassName
{
border-color: #DFC1B4;
}
.TagClassName
{
border-color: #DFC1B4;
}
</style>