Shades of Just Right #DFBDA5
Tints of Just Right #DFBDA5
RGB
CMYK
RGB Variations
Color information
#DFBDA5 (or 0xDFBDA5) is known color: Just Right. HEX triplet: DF, BD and A5. RGB value is (223,189,165). Sum of RGB (Red+Green+Blue) = 223+189+165=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDA5 is #20425A. Grayscale: #C4C4C4. Windows color (decimal): -2114139 or 10862047. OLE color: 10862047.
HSL color Cylindrical-coordinate representation of color #DFBDA5: hue angle of 24.83º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBDA5 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 165 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.13 |
| HSL | 24.83º | 0.48% | 0.76% | - |
| HSV(B) | 24.83º | 0.26% | 0.87% | - |
| XYZ | 55.42 | 54.8 | 43.25 | - |
| YUV | 196.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 165 | 0 | 0.15 | 0.26 | 0.13 | 24.83 | 0.48 | 0.76 |
| Hex | DF | BD | A5 | 0 | F | 1A | D | 19 | 30 | 4C |
| Octal | 337 | 275 | 245 | 0 | 17 | 32 | 15 | 31 | 60 | 114 |
| Binary | 11011111 | 10111101 | 10100101 | 0 | 1111 | 11010 | 1101 | 11001 | 110000 | 1001100 |
Color Harmonies of #DFBDA5
Complementary color
Monochromatic Colors of #DFBDA5
Black with #DFBDA5
Text Example
Text Example
White with #DFBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDA5; }
p { color: rgb(223,189,165); }
H1.HeaderClassName
{
color: #DFBDA5;
}
.AnyTagClassName
{
color: #DFBDA5;
}
</style>
background-color css
<style>
a { background-color: #DFBDA5; }
a { background-color: rgb(223,189,165); }
div.DivClassName
{
background-color: #DFBDA5;
}
.BgClassName
{
background-color: #DFBDA5;
}
</style>
border-color css
<style>
span { border-color: #DFBDA5; }
span { border-color: rgb(223,189,165); }
td.TdClassName
{
border-color: #DFBDA5;
}
.TagClassName
{
border-color: #DFBDA5;
}
</style>