Shades of Just Right #DDB99F
Tints of Just Right #DDB99F
RGB
CMYK
RGB Variations
Color information
#DDB99F (or 0xDDB99F) is known color: Just Right. HEX triplet: DD, B9 and 9F. RGB value is (221,185,159). Sum of RGB (Red+Green+Blue) = 221+185+159=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB99F is #224660. Grayscale: #C0C0C0. Windows color (decimal): -2246241 or 10467805. OLE color: 10467805.
HSL color Cylindrical-coordinate representation of color #DDB99F: hue angle of 25.16º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB99F is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 159 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.13 |
| HSL | 25.16º | 0.48% | 0.75% | - |
| HSV(B) | 25.16º | 0.28% | 0.87% | - |
| XYZ | 53.43 | 52.57 | 40.13 | - |
| YUV | 192.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 159 | 0 | 0.16 | 0.28 | 0.13 | 25.16 | 0.48 | 0.75 |
| Hex | DD | B9 | 9F | 0 | 10 | 1C | D | 19 | 30 | 4B |
| Octal | 335 | 271 | 237 | 0 | 20 | 34 | 15 | 31 | 60 | 113 |
| Binary | 11011101 | 10111001 | 10011111 | 0 | 10000 | 11100 | 1101 | 11001 | 110000 | 1001011 |
Color Harmonies of #DDB99F
Complementary color
Monochromatic Colors of #DDB99F
Black with #DDB99F
Text Example
Text Example
White with #DDB99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB99F; }
p { color: rgb(221,185,159); }
H1.HeaderClassName
{
color: #DDB99F;
}
.AnyTagClassName
{
color: #DDB99F;
}
</style>
background-color css
<style>
a { background-color: #DDB99F; }
a { background-color: rgb(221,185,159); }
div.DivClassName
{
background-color: #DDB99F;
}
.BgClassName
{
background-color: #DDB99F;
}
</style>
border-color css
<style>
span { border-color: #DDB99F; }
span { border-color: rgb(221,185,159); }
td.TdClassName
{
border-color: #DDB99F;
}
.TagClassName
{
border-color: #DDB99F;
}
</style>