Shades of Just Right #DABCAC
Tints of Just Right #DABCAC
RGB
CMYK
RGB Variations
Color information
#DABCAC (or 0xDABCAC) is known color: Just Right. HEX triplet: DA, BC and AC. RGB value is (218,188,172). Sum of RGB (Red+Green+Blue) = 218+188+172=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCAC is #254353. Grayscale: #C3C3C3. Windows color (decimal): -2442068 or 11320538. OLE color: 11320538.
HSL color Cylindrical-coordinate representation of color #DABCAC: hue angle of 20.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABCAC is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 172 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.15 |
| HSL | 20.87º | 0.38% | 0.76% | - |
| HSV(B) | 20.87º | 0.21% | 0.85% | - |
| XYZ | 54.34 | 53.85 | 46.56 | - |
| YUV | 195.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 172 | 0 | 0.14 | 0.21 | 0.15 | 20.87 | 0.38 | 0.76 |
| Hex | DA | BC | AC | 0 | E | 15 | F | 15 | 26 | 4C |
| Octal | 332 | 274 | 254 | 0 | 16 | 25 | 17 | 25 | 46 | 114 |
| Binary | 11011010 | 10111100 | 10101100 | 0 | 1110 | 10101 | 1111 | 10101 | 100110 | 1001100 |
Color Harmonies of #DABCAC
Complementary color
Monochromatic Colors of #DABCAC
Black with #DABCAC
Text Example
Text Example
White with #DABCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCAC; }
p { color: rgb(218,188,172); }
H1.HeaderClassName
{
color: #DABCAC;
}
.AnyTagClassName
{
color: #DABCAC;
}
</style>
background-color css
<style>
a { background-color: #DABCAC; }
a { background-color: rgb(218,188,172); }
div.DivClassName
{
background-color: #DABCAC;
}
.BgClassName
{
background-color: #DABCAC;
}
</style>
border-color css
<style>
span { border-color: #DABCAC; }
span { border-color: rgb(218,188,172); }
td.TdClassName
{
border-color: #DABCAC;
}
.TagClassName
{
border-color: #DABCAC;
}
</style>