Shades of Just Right #DDBBA5
Tints of Just Right #DDBBA5
RGB
CMYK
RGB Variations
Color information
#DDBBA5 (or 0xDDBBA5) is known color: Just Right. HEX triplet: DD, BB and A5. RGB value is (221,187,165). Sum of RGB (Red+Green+Blue) = 221+187+165=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBA5 is #22445A. Grayscale: #C2C2C2. Windows color (decimal): -2245723 or 10861533. OLE color: 10861533.
HSL color Cylindrical-coordinate representation of color #DDBBA5: hue angle of 23.57º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBBA5 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 165 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.13 |
| HSL | 23.57º | 0.45% | 0.76% | - |
| HSV(B) | 23.57º | 0.25% | 0.87% | - |
| XYZ | 54.38 | 53.63 | 43.08 | - |
| YUV | 194.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 165 | 0 | 0.15 | 0.25 | 0.13 | 23.57 | 0.45 | 0.76 |
| Hex | DD | BB | A5 | 0 | F | 19 | D | 18 | 2D | 4C |
| Octal | 335 | 273 | 245 | 0 | 17 | 31 | 15 | 30 | 55 | 114 |
| Binary | 11011101 | 10111011 | 10100101 | 0 | 1111 | 11001 | 1101 | 11000 | 101101 | 1001100 |
Color Harmonies of #DDBBA5
Complementary color
Monochromatic Colors of #DDBBA5
Black with #DDBBA5
Text Example
Text Example
White with #DDBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBA5; }
p { color: rgb(221,187,165); }
H1.HeaderClassName
{
color: #DDBBA5;
}
.AnyTagClassName
{
color: #DDBBA5;
}
</style>
background-color css
<style>
a { background-color: #DDBBA5; }
a { background-color: rgb(221,187,165); }
div.DivClassName
{
background-color: #DDBBA5;
}
.BgClassName
{
background-color: #DDBBA5;
}
</style>
border-color css
<style>
span { border-color: #DDBBA5; }
span { border-color: rgb(221,187,165); }
td.TdClassName
{
border-color: #DDBBA5;
}
.TagClassName
{
border-color: #DDBBA5;
}
</style>