Shades of Just Right #DDBDAC
Tints of Just Right #DDBDAC
RGB
CMYK
RGB Variations
Color information
#DDBDAC (or 0xDDBDAC) is known color: Just Right. HEX triplet: DD, BD and AC. RGB value is (221,189,172). Sum of RGB (Red+Green+Blue) = 221+189+172=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDAC is #224253. Grayscale: #C4C4C4. Windows color (decimal): -2245204 or 11320797. OLE color: 11320797.
HSL color Cylindrical-coordinate representation of color #DDBDAC: hue angle of 20.82º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBDAC is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 172 | - |
CMYK | 0 | 0.14 | 0.22 | 0.13 |
HSL | 20.82º | 0.42% | 0.77% | - |
HSV(B) | 20.82º | 0.22% | 0.87% | - |
XYZ | 55.46 | 54.75 | 46.67 | - |
YUV | 196.63 | 114.1 | 145.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 172 | 0 | 0.14 | 0.22 | 0.13 | 20.82 | 0.42 | 0.77 |
Hex | DD | BD | AC | 0 | E | 16 | D | 15 | 2A | 4D |
Octal | 335 | 275 | 254 | 0 | 16 | 26 | 15 | 25 | 52 | 115 |
Binary | 11011101 | 10111101 | 10101100 | 0 | 1110 | 10110 | 1101 | 10101 | 101010 | 1001101 |
Color Harmonies of #DDBDAC
Complementary color
Monochromatic Colors of #DDBDAC
Black with #DDBDAC
Text Example
Text Example
White with #DDBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDAC; }
p { color: rgb(221,189,172); }
H1.HeaderClassName
{
color: #DDBDAC;
}
.AnyTagClassName
{
color: #DDBDAC;
}
</style>
background-color css
<style>
a { background-color: #DDBDAC; }
a { background-color: rgb(221,189,172); }
div.DivClassName
{
background-color: #DDBDAC;
}
.BgClassName
{
background-color: #DDBDAC;
}
</style>
border-color css
<style>
span { border-color: #DDBDAC; }
span { border-color: rgb(221,189,172); }
td.TdClassName
{
border-color: #DDBDAC;
}
.TagClassName
{
border-color: #DDBDAC;
}
</style>