Shades of Just Right #DDB7A5
Tints of Just Right #DDB7A5
RGB
CMYK
RGB Variations
Color information
#DDB7A5 (or 0xDDB7A5) is known color: Just Right. HEX triplet: DD, B7 and A5. RGB value is (221,183,165). Sum of RGB (Red+Green+Blue) = 221+183+165=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB7A5 is #22485A. Grayscale: #C0C0C0. Windows color (decimal): -2246747 or 10860509. OLE color: 10860509.
HSL color Cylindrical-coordinate representation of color #DDB7A5: hue angle of 19.29º 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 #DDB7A5 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 165 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.13 |
| HSL | 19.29º | 0.45% | 0.76% | - |
| HSV(B) | 19.29º | 0.25% | 0.87% | - |
| XYZ | 53.54 | 51.96 | 42.8 | - |
| YUV | 192.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 165 | 0 | 0.17 | 0.25 | 0.13 | 19.29 | 0.45 | 0.76 |
| Hex | DD | B7 | A5 | 0 | 11 | 19 | D | 13 | 2D | 4C |
| Octal | 335 | 267 | 245 | 0 | 21 | 31 | 15 | 23 | 55 | 114 |
| Binary | 11011101 | 10110111 | 10100101 | 0 | 10001 | 11001 | 1101 | 10011 | 101101 | 1001100 |
Color Harmonies of #DDB7A5
Complementary color
Monochromatic Colors of #DDB7A5
Black with #DDB7A5
Text Example
Text Example
White with #DDB7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7A5; }
p { color: rgb(221,183,165); }
H1.HeaderClassName
{
color: #DDB7A5;
}
.AnyTagClassName
{
color: #DDB7A5;
}
</style>
background-color css
<style>
a { background-color: #DDB7A5; }
a { background-color: rgb(221,183,165); }
div.DivClassName
{
background-color: #DDB7A5;
}
.BgClassName
{
background-color: #DDB7A5;
}
</style>
border-color css
<style>
span { border-color: #DDB7A5; }
span { border-color: rgb(221,183,165); }
td.TdClassName
{
border-color: #DDB7A5;
}
.TagClassName
{
border-color: #DDB7A5;
}
</style>