Shades of Just Right #DDBFAD
Tints of Just Right #DDBFAD
RGB
CMYK
RGB Variations
Color information
#DDBFAD (or 0xDDBFAD) is known color: Just Right. HEX triplet: DD, BF and AD. RGB value is (221,191,173). Sum of RGB (Red+Green+Blue) = 221+191+173=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBFAD is #224052. Grayscale: #C6C6C6. Windows color (decimal): -2244691 or 11386845. OLE color: 11386845.
HSL color Cylindrical-coordinate representation of color #DDBFAD: hue angle of 22.5º degrees, saturation: 0.41, 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 #DDBFAD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 173 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.13 |
| HSL | 22.5º | 0.41% | 0.77% | - |
| HSV(B) | 22.5º | 0.22% | 0.87% | - |
| XYZ | 55.99 | 55.65 | 47.33 | - |
| YUV | 197.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 173 | 0 | 0.14 | 0.22 | 0.13 | 22.5 | 0.41 | 0.77 |
| Hex | DD | BF | AD | 0 | E | 16 | D | 16 | 29 | 4D |
| Octal | 335 | 277 | 255 | 0 | 16 | 26 | 15 | 26 | 51 | 115 |
| Binary | 11011101 | 10111111 | 10101101 | 0 | 1110 | 10110 | 1101 | 10110 | 101001 | 1001101 |
Color Harmonies of #DDBFAD
Complementary color
Monochromatic Colors of #DDBFAD
Black with #DDBFAD
Text Example
Text Example
White with #DDBFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFAD; }
p { color: rgb(221,191,173); }
H1.HeaderClassName
{
color: #DDBFAD;
}
.AnyTagClassName
{
color: #DDBFAD;
}
</style>
background-color css
<style>
a { background-color: #DDBFAD; }
a { background-color: rgb(221,191,173); }
div.DivClassName
{
background-color: #DDBFAD;
}
.BgClassName
{
background-color: #DDBFAD;
}
</style>
border-color css
<style>
span { border-color: #DDBFAD; }
span { border-color: rgb(221,191,173); }
td.TdClassName
{
border-color: #DDBFAD;
}
.TagClassName
{
border-color: #DDBFAD;
}
</style>