Shades of Just Right #DFBBA8
Tints of Just Right #DFBBA8
RGB
CMYK
RGB Variations
Color information
#DFBBA8 (or 0xDFBBA8) is known color: Just Right. HEX triplet: DF, BB and A8. RGB value is (223,187,168). Sum of RGB (Red+Green+Blue) = 223+187+168=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBA8 is #204457. Grayscale: #C3C3C3. Windows color (decimal): -2114648 or 11058143. OLE color: 11058143.
HSL color Cylindrical-coordinate representation of color #DFBBA8: hue angle of 20.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBBA8 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 187 | 168 | - |
CMYK | 0 | 0.16 | 0.25 | 0.13 |
HSL | 20.73º | 0.46% | 0.77% | - |
HSV(B) | 20.73º | 0.25% | 0.87% | - |
XYZ | 55.27 | 54.06 | 44.57 | - |
YUV | 195.6 | 112.43 | 147.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 187 | 168 | 0 | 0.16 | 0.25 | 0.13 | 20.73 | 0.46 | 0.77 |
Hex | DF | BB | A8 | 0 | 10 | 19 | D | 15 | 2E | 4D |
Octal | 337 | 273 | 250 | 0 | 20 | 31 | 15 | 25 | 56 | 115 |
Binary | 11011111 | 10111011 | 10101000 | 0 | 10000 | 11001 | 1101 | 10101 | 101110 | 1001101 |
Color Harmonies of #DFBBA8
Complementary color
Monochromatic Colors of #DFBBA8
Black with #DFBBA8
Text Example
Text Example
White with #DFBBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBA8; }
p { color: rgb(223,187,168); }
H1.HeaderClassName
{
color: #DFBBA8;
}
.AnyTagClassName
{
color: #DFBBA8;
}
</style>
background-color css
<style>
a { background-color: #DFBBA8; }
a { background-color: rgb(223,187,168); }
div.DivClassName
{
background-color: #DFBBA8;
}
.BgClassName
{
background-color: #DFBBA8;
}
</style>
border-color css
<style>
span { border-color: #DFBBA8; }
span { border-color: rgb(223,187,168); }
td.TdClassName
{
border-color: #DFBBA8;
}
.TagClassName
{
border-color: #DFBBA8;
}
</style>