Shades of Just Right #DDBCA4
Tints of Just Right #DDBCA4
RGB
CMYK
RGB Variations
Color information
#DDBCA4 (or 0xDDBCA4) is known color: Just Right. HEX triplet: DD, BC and A4. RGB value is (221,188,164). Sum of RGB (Red+Green+Blue) = 221+188+164=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCA4 is #22435B. Grayscale: #C3C3C3. Windows color (decimal): -2245468 or 10796253. OLE color: 10796253.
HSL color Cylindrical-coordinate representation of color #DDBCA4: hue angle of 25.26º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDBCA4 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 164 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.13 |
| HSL | 25.26º | 0.46% | 0.75% | - |
| HSV(B) | 25.26º | 0.26% | 0.87% | - |
| XYZ | 54.5 | 54.02 | 42.68 | - |
| YUV | 195.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 164 | 0 | 0.15 | 0.26 | 0.13 | 25.26 | 0.46 | 0.75 |
| Hex | DD | BC | A4 | 0 | F | 1A | D | 19 | 2E | 4B |
| Octal | 335 | 274 | 244 | 0 | 17 | 32 | 15 | 31 | 56 | 113 |
| Binary | 11011101 | 10111100 | 10100100 | 0 | 1111 | 11010 | 1101 | 11001 | 101110 | 1001011 |
Color Harmonies of #DDBCA4
Complementary color
Monochromatic Colors of #DDBCA4
Black with #DDBCA4
Text Example
Text Example
White with #DDBCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCA4; }
p { color: rgb(221,188,164); }
H1.HeaderClassName
{
color: #DDBCA4;
}
.AnyTagClassName
{
color: #DDBCA4;
}
</style>
background-color css
<style>
a { background-color: #DDBCA4; }
a { background-color: rgb(221,188,164); }
div.DivClassName
{
background-color: #DDBCA4;
}
.BgClassName
{
background-color: #DDBCA4;
}
</style>
border-color css
<style>
span { border-color: #DDBCA4; }
span { border-color: rgb(221,188,164); }
td.TdClassName
{
border-color: #DDBCA4;
}
.TagClassName
{
border-color: #DDBCA4;
}
</style>