Shades of Just Right #DDBCAC
Tints of Just Right #DDBCAC
RGB
CMYK
RGB Variations
Color information
#DDBCAC (or 0xDDBCAC) is known color: Just Right. HEX triplet: DD, BC and AC. RGB value is (221,188,172). Sum of RGB (Red+Green+Blue) = 221+188+172=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCAC is #224353. Grayscale: #C4C4C4. Windows color (decimal): -2245460 or 11320541. OLE color: 11320541.
HSL color Cylindrical-coordinate representation of color #DDBCAC: hue angle of 19.59º 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 #DDBCAC is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 188 | 172 | - |
CMYK | 0 | 0.15 | 0.22 | 0.13 |
HSL | 19.59º | 0.42% | 0.77% | - |
HSV(B) | 19.59º | 0.22% | 0.87% | - |
XYZ | 55.25 | 54.32 | 46.6 | - |
YUV | 196.04 | 114.43 | 145.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 188 | 172 | 0 | 0.15 | 0.22 | 0.13 | 19.59 | 0.42 | 0.77 |
Hex | DD | BC | AC | 0 | F | 16 | D | 14 | 2A | 4D |
Octal | 335 | 274 | 254 | 0 | 17 | 26 | 15 | 24 | 52 | 115 |
Binary | 11011101 | 10111100 | 10101100 | 0 | 1111 | 10110 | 1101 | 10100 | 101010 | 1001101 |
Color Harmonies of #DDBCAC
Complementary color
Monochromatic Colors of #DDBCAC
Black with #DDBCAC
Text Example
Text Example
White with #DDBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCAC; }
p { color: rgb(221,188,172); }
H1.HeaderClassName
{
color: #DDBCAC;
}
.AnyTagClassName
{
color: #DDBCAC;
}
</style>
background-color css
<style>
a { background-color: #DDBCAC; }
a { background-color: rgb(221,188,172); }
div.DivClassName
{
background-color: #DDBCAC;
}
.BgClassName
{
background-color: #DDBCAC;
}
</style>
border-color css
<style>
span { border-color: #DDBCAC; }
span { border-color: rgb(221,188,172); }
td.TdClassName
{
border-color: #DDBCAC;
}
.TagClassName
{
border-color: #DDBCAC;
}
</style>