Shades of Just Right #DDBAA3
Tints of Just Right #DDBAA3
RGB
CMYK
RGB Variations
Color information
#DDBAA3 (or 0xDDBAA3) is known color: Just Right. HEX triplet: DD, BA and A3. RGB value is (221,186,163). Sum of RGB (Red+Green+Blue) = 221+186+163=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAA3 is #22455C. Grayscale: #C1C1C1. Windows color (decimal): -2245981 or 10730205. OLE color: 10730205.
HSL color Cylindrical-coordinate representation of color #DDBAA3: hue angle of 23.79º 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 #DDBAA3 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 163 | - |
CMYK | 0 | 0.16 | 0.26 | 0.13 |
HSL | 23.79º | 0.46% | 0.75% | - |
HSV(B) | 23.79º | 0.26% | 0.87% | - |
XYZ | 53.99 | 53.13 | 42.06 | - |
YUV | 193.84 | 110.6 | 147.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 163 | 0 | 0.16 | 0.26 | 0.13 | 23.79 | 0.46 | 0.75 |
Hex | DD | BA | A3 | 0 | 10 | 1A | D | 18 | 2E | 4B |
Octal | 335 | 272 | 243 | 0 | 20 | 32 | 15 | 30 | 56 | 113 |
Binary | 11011101 | 10111010 | 10100011 | 0 | 10000 | 11010 | 1101 | 11000 | 101110 | 1001011 |
Color Harmonies of #DDBAA3
Complementary color
Monochromatic Colors of #DDBAA3
Black with #DDBAA3
Text Example
Text Example
White with #DDBAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAA3; }
p { color: rgb(221,186,163); }
H1.HeaderClassName
{
color: #DDBAA3;
}
.AnyTagClassName
{
color: #DDBAA3;
}
</style>
background-color css
<style>
a { background-color: #DDBAA3; }
a { background-color: rgb(221,186,163); }
div.DivClassName
{
background-color: #DDBAA3;
}
.BgClassName
{
background-color: #DDBAA3;
}
</style>
border-color css
<style>
span { border-color: #DDBAA3; }
span { border-color: rgb(221,186,163); }
td.TdClassName
{
border-color: #DDBAA3;
}
.TagClassName
{
border-color: #DDBAA3;
}
</style>