Shades of Just Right #DDC6B6
Tints of Just Right #DDC6B6
RGB
CMYK
RGB Variations
Color information
#DDC6B6 (or 0xDDC6B6) is known color: Just Right. HEX triplet: DD, C6 and B6. RGB value is (221,198,182). Sum of RGB (Red+Green+Blue) = 221+198+182=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6B6 is #223949. Grayscale: #CBCBCB. Windows color (decimal): -2242890 or 11978461. OLE color: 11978461.
HSL color Cylindrical-coordinate representation of color #DDC6B6: hue angle of 24.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC6B6 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 198 | 182 | - |
CMYK | 0 | 0.10 | 0.18 | 0.13 |
HSL | 24.62º | 0.36% | 0.79% | - |
HSV(B) | 24.62º | 0.18% | 0.87% | - |
XYZ | 58.46 | 59.14 | 52.59 | - |
YUV | 203.05 | 116.12 | 140.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 198 | 182 | 0 | 0.10 | 0.18 | 0.13 | 24.62 | 0.36 | 0.79 |
Hex | DD | C6 | B6 | 0 | A | 12 | D | 19 | 24 | 4F |
Octal | 335 | 306 | 266 | 0 | 12 | 22 | 15 | 31 | 44 | 117 |
Binary | 11011101 | 11000110 | 10110110 | 0 | 1010 | 10010 | 1101 | 11001 | 100100 | 1001111 |
Color Harmonies of #DDC6B6
Complementary color
Monochromatic Colors of #DDC6B6
Black with #DDC6B6
Text Example
Text Example
White with #DDC6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6B6; }
p { color: rgb(221,198,182); }
H1.HeaderClassName
{
color: #DDC6B6;
}
.AnyTagClassName
{
color: #DDC6B6;
}
</style>
background-color css
<style>
a { background-color: #DDC6B6; }
a { background-color: rgb(221,198,182); }
div.DivClassName
{
background-color: #DDC6B6;
}
.BgClassName
{
background-color: #DDC6B6;
}
</style>
border-color css
<style>
span { border-color: #DDC6B6; }
span { border-color: rgb(221,198,182); }
td.TdClassName
{
border-color: #DDC6B6;
}
.TagClassName
{
border-color: #DDC6B6;
}
</style>