Shades of Just Right #DDBDA4
Tints of Just Right #DDBDA4
RGB
CMYK
RGB Variations
Color information
#DDBDA4 (or 0xDDBDA4) is known color: Just Right. HEX triplet: DD, BD and A4. RGB value is (221,189,164). Sum of RGB (Red+Green+Blue) = 221+189+164=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDA4 is #22425B. Grayscale: #C3C3C3. Windows color (decimal): -2245212 or 10796509. OLE color: 10796509.
HSL color Cylindrical-coordinate representation of color #DDBDA4: hue angle of 26.32º 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 #DDBDA4 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 164 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.13 |
| HSL | 26.32º | 0.46% | 0.75% | - |
| HSV(B) | 26.32º | 0.26% | 0.87% | - |
| XYZ | 54.72 | 54.45 | 42.75 | - |
| YUV | 195.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 164 | 0 | 0.14 | 0.26 | 0.13 | 26.32 | 0.46 | 0.75 |
| Hex | DD | BD | A4 | 0 | E | 1A | D | 1A | 2E | 4B |
| Octal | 335 | 275 | 244 | 0 | 16 | 32 | 15 | 32 | 56 | 113 |
| Binary | 11011101 | 10111101 | 10100100 | 0 | 1110 | 11010 | 1101 | 11010 | 101110 | 1001011 |
Color Harmonies of #DDBDA4
Complementary color
Monochromatic Colors of #DDBDA4
Black with #DDBDA4
Text Example
Text Example
White with #DDBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDA4; }
p { color: rgb(221,189,164); }
H1.HeaderClassName
{
color: #DDBDA4;
}
.AnyTagClassName
{
color: #DDBDA4;
}
</style>
background-color css
<style>
a { background-color: #DDBDA4; }
a { background-color: rgb(221,189,164); }
div.DivClassName
{
background-color: #DDBDA4;
}
.BgClassName
{
background-color: #DDBDA4;
}
</style>
border-color css
<style>
span { border-color: #DDBDA4; }
span { border-color: rgb(221,189,164); }
td.TdClassName
{
border-color: #DDBDA4;
}
.TagClassName
{
border-color: #DDBDA4;
}
</style>