Shades of Just Right #DDB7A4
Tints of Just Right #DDB7A4
RGB
CMYK
RGB Variations
Color information
#DDB7A4 (or 0xDDB7A4) is known color: Just Right. HEX triplet: DD, B7 and A4. RGB value is (221,183,164). Sum of RGB (Red+Green+Blue) = 221+183+164=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB7A4 is #22485B. Grayscale: #C0C0C0. Windows color (decimal): -2246748 or 10794973. OLE color: 10794973.
HSL color Cylindrical-coordinate representation of color #DDB7A4: hue angle of 20º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB7A4 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 164 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.13 |
| HSL | 20º | 0.46% | 0.75% | - |
| HSV(B) | 20º | 0.26% | 0.87% | - |
| XYZ | 53.45 | 51.92 | 42.33 | - |
| YUV | 192.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 164 | 0 | 0.17 | 0.26 | 0.13 | 20 | 0.46 | 0.75 |
| Hex | DD | B7 | A4 | 0 | 11 | 1A | D | 14 | 2E | 4B |
| Octal | 335 | 267 | 244 | 0 | 21 | 32 | 15 | 24 | 56 | 113 |
| Binary | 11011101 | 10110111 | 10100100 | 0 | 10001 | 11010 | 1101 | 10100 | 101110 | 1001011 |
Color Harmonies of #DDB7A4
Complementary color
Monochromatic Colors of #DDB7A4
Black with #DDB7A4
Text Example
Text Example
White with #DDB7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7A4; }
p { color: rgb(221,183,164); }
H1.HeaderClassName
{
color: #DDB7A4;
}
.AnyTagClassName
{
color: #DDB7A4;
}
</style>
background-color css
<style>
a { background-color: #DDB7A4; }
a { background-color: rgb(221,183,164); }
div.DivClassName
{
background-color: #DDB7A4;
}
.BgClassName
{
background-color: #DDB7A4;
}
</style>
border-color css
<style>
span { border-color: #DDB7A4; }
span { border-color: rgb(221,183,164); }
td.TdClassName
{
border-color: #DDB7A4;
}
.TagClassName
{
border-color: #DDB7A4;
}
</style>