Shades of Just Right #DDBDA9
Tints of Just Right #DDBDA9
RGB
CMYK
RGB Variations
Color information
#DDBDA9 (or 0xDDBDA9) is known color: Just Right. HEX triplet: DD, BD and A9. RGB value is (221,189,169). Sum of RGB (Red+Green+Blue) = 221+189+169=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDA9 is #224256. Grayscale: #C4C4C4. Windows color (decimal): -2245207 or 11124189. OLE color: 11124189.
HSL color Cylindrical-coordinate representation of color #DDBDA9: hue angle of 23.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDBDA9 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 169 | - |
CMYK | 0 | 0.14 | 0.24 | 0.13 |
HSL | 23.08º | 0.43% | 0.76% | - |
HSV(B) | 23.08º | 0.24% | 0.87% | - |
XYZ | 55.18 | 54.63 | 45.17 | - |
YUV | 196.29 | 112.6 | 145.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 169 | 0 | 0.14 | 0.24 | 0.13 | 23.08 | 0.43 | 0.76 |
Hex | DD | BD | A9 | 0 | E | 18 | D | 17 | 2B | 4C |
Octal | 335 | 275 | 251 | 0 | 16 | 30 | 15 | 27 | 53 | 114 |
Binary | 11011101 | 10111101 | 10101001 | 0 | 1110 | 11000 | 1101 | 10111 | 101011 | 1001100 |
Color Harmonies of #DDBDA9
Complementary color
Monochromatic Colors of #DDBDA9
Black with #DDBDA9
Text Example
Text Example
White with #DDBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDA9; }
p { color: rgb(221,189,169); }
H1.HeaderClassName
{
color: #DDBDA9;
}
.AnyTagClassName
{
color: #DDBDA9;
}
</style>
background-color css
<style>
a { background-color: #DDBDA9; }
a { background-color: rgb(221,189,169); }
div.DivClassName
{
background-color: #DDBDA9;
}
.BgClassName
{
background-color: #DDBDA9;
}
</style>
border-color css
<style>
span { border-color: #DDBDA9; }
span { border-color: rgb(221,189,169); }
td.TdClassName
{
border-color: #DDBDA9;
}
.TagClassName
{
border-color: #DDBDA9;
}
</style>