Shades of Just Right #DABDA6
Tints of Just Right #DABDA6
RGB
CMYK
RGB Variations
Color information
#DABDA6 (or 0xDABDA6) is known color: Just Right. HEX triplet: DA, BD and A6. RGB value is (218,189,166). Sum of RGB (Red+Green+Blue) = 218+189+166=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDA6 is #254259. Grayscale: #C3C3C3. Windows color (decimal): -2441818 or 10927578. OLE color: 10927578.
HSL color Cylindrical-coordinate representation of color #DABDA6: hue angle of 26.54º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABDA6 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 166 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.15 |
| HSL | 26.54º | 0.41% | 0.75% | - |
| HSV(B) | 26.54º | 0.24% | 0.85% | - |
| XYZ | 53.99 | 54.05 | 43.66 | - |
| YUV | 195.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 166 | 0 | 0.13 | 0.24 | 0.15 | 26.54 | 0.41 | 0.75 |
| Hex | DA | BD | A6 | 0 | D | 18 | F | 1B | 29 | 4B |
| Octal | 332 | 275 | 246 | 0 | 15 | 30 | 17 | 33 | 51 | 113 |
| Binary | 11011010 | 10111101 | 10100110 | 0 | 1101 | 11000 | 1111 | 11011 | 101001 | 1001011 |
Color Harmonies of #DABDA6
Complementary color
Monochromatic Colors of #DABDA6
Black with #DABDA6
Text Example
Text Example
White with #DABDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDA6; }
p { color: rgb(218,189,166); }
H1.HeaderClassName
{
color: #DABDA6;
}
.AnyTagClassName
{
color: #DABDA6;
}
</style>
background-color css
<style>
a { background-color: #DABDA6; }
a { background-color: rgb(218,189,166); }
div.DivClassName
{
background-color: #DABDA6;
}
.BgClassName
{
background-color: #DABDA6;
}
</style>
border-color css
<style>
span { border-color: #DABDA6; }
span { border-color: rgb(218,189,166); }
td.TdClassName
{
border-color: #DABDA6;
}
.TagClassName
{
border-color: #DABDA6;
}
</style>