Shades of Just Right #DFC2B0
Tints of Just Right #DFC2B0
RGB
CMYK
RGB Variations
Color information
#DFC2B0 (or 0xDFC2B0) is known color: Just Right. HEX triplet: DF, C2 and B0. RGB value is (223,194,176). Sum of RGB (Red+Green+Blue) = 223+194+176=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC2B0 is #203D4F. Grayscale: #C8C8C8. Windows color (decimal): -2112848 or 11584223. OLE color: 11584223.
HSL color Cylindrical-coordinate representation of color #DFC2B0: hue angle of 22.98º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC2B0 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 194 | 176 | - |
CMYK | 0 | 0.13 | 0.21 | 0.13 |
HSL | 22.98º | 0.42% | 0.78% | - |
HSV(B) | 22.98º | 0.21% | 0.87% | - |
XYZ | 57.56 | 57.41 | 49.12 | - |
YUV | 200.62 | 114.11 | 143.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 194 | 176 | 0 | 0.13 | 0.21 | 0.13 | 22.98 | 0.42 | 0.78 |
Hex | DF | C2 | B0 | 0 | D | 15 | D | 17 | 2A | 4E |
Octal | 337 | 302 | 260 | 0 | 15 | 25 | 15 | 27 | 52 | 116 |
Binary | 11011111 | 11000010 | 10110000 | 0 | 1101 | 10101 | 1101 | 10111 | 101010 | 1001110 |
Color Harmonies of #DFC2B0
Complementary color
Monochromatic Colors of #DFC2B0
Black with #DFC2B0
Text Example
Text Example
White with #DFC2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2B0; }
p { color: rgb(223,194,176); }
H1.HeaderClassName
{
color: #DFC2B0;
}
.AnyTagClassName
{
color: #DFC2B0;
}
</style>
background-color css
<style>
a { background-color: #DFC2B0; }
a { background-color: rgb(223,194,176); }
div.DivClassName
{
background-color: #DFC2B0;
}
.BgClassName
{
background-color: #DFC2B0;
}
</style>
border-color css
<style>
span { border-color: #DFC2B0; }
span { border-color: rgb(223,194,176); }
td.TdClassName
{
border-color: #DFC2B0;
}
.TagClassName
{
border-color: #DFC2B0;
}
</style>