Shades of Just Right #DDBDA5
Tints of Just Right #DDBDA5
RGB
CMYK
RGB Variations
Color information
#DDBDA5 (or 0xDDBDA5) is known color: Just Right. HEX triplet: DD, BD and A5. RGB value is (221,189,165). Sum of RGB (Red+Green+Blue) = 221+189+165=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDA5 is #22425A. Grayscale: #C3C3C3. Windows color (decimal): -2245211 or 10862045. OLE color: 10862045.
HSL color Cylindrical-coordinate representation of color #DDBDA5: hue angle of 25.71º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBDA5 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 165 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.13 |
| HSL | 25.71º | 0.45% | 0.76% | - |
| HSV(B) | 25.71º | 0.25% | 0.87% | - |
| XYZ | 54.81 | 54.48 | 43.23 | - |
| YUV | 195.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 165 | 0 | 0.14 | 0.25 | 0.13 | 25.71 | 0.45 | 0.76 |
| Hex | DD | BD | A5 | 0 | E | 19 | D | 1A | 2D | 4C |
| Octal | 335 | 275 | 245 | 0 | 16 | 31 | 15 | 32 | 55 | 114 |
| Binary | 11011101 | 10111101 | 10100101 | 0 | 1110 | 11001 | 1101 | 11010 | 101101 | 1001100 |
Color Harmonies of #DDBDA5
Complementary color
Monochromatic Colors of #DDBDA5
Black with #DDBDA5
Text Example
Text Example
White with #DDBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDA5; }
p { color: rgb(221,189,165); }
H1.HeaderClassName
{
color: #DDBDA5;
}
.AnyTagClassName
{
color: #DDBDA5;
}
</style>
background-color css
<style>
a { background-color: #DDBDA5; }
a { background-color: rgb(221,189,165); }
div.DivClassName
{
background-color: #DDBDA5;
}
.BgClassName
{
background-color: #DDBDA5;
}
</style>
border-color css
<style>
span { border-color: #DDBDA5; }
span { border-color: rgb(221,189,165); }
td.TdClassName
{
border-color: #DDBDA5;
}
.TagClassName
{
border-color: #DDBDA5;
}
</style>