Shades of Just Right #DAC0AC
Tints of Just Right #DAC0AC
RGB
CMYK
RGB Variations
Color information
#DAC0AC (or 0xDAC0AC) is known color: Just Right. HEX triplet: DA, C0 and AC. RGB value is (218,192,172). Sum of RGB (Red+Green+Blue) = 218+192+172=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC0AC is #253F53. Grayscale: #C5C5C5. Windows color (decimal): -2441044 or 11321562. OLE color: 11321562.
HSL color Cylindrical-coordinate representation of color #DAC0AC: hue angle of 26.09º 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 #DAC0AC is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 172 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.15 |
| HSL | 26.09º | 0.38% | 0.76% | - |
| HSV(B) | 26.09º | 0.21% | 0.85% | - |
| XYZ | 55.21 | 55.58 | 46.85 | - |
| YUV | 197.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 172 | 0 | 0.12 | 0.21 | 0.15 | 26.09 | 0.38 | 0.76 |
| Hex | DA | C0 | AC | 0 | C | 15 | F | 1A | 26 | 4C |
| Octal | 332 | 300 | 254 | 0 | 14 | 25 | 17 | 32 | 46 | 114 |
| Binary | 11011010 | 11000000 | 10101100 | 0 | 1100 | 10101 | 1111 | 11010 | 100110 | 1001100 |
Color Harmonies of #DAC0AC
Complementary color
Monochromatic Colors of #DAC0AC
Black with #DAC0AC
Text Example
Text Example
White with #DAC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0AC; }
p { color: rgb(218,192,172); }
H1.HeaderClassName
{
color: #DAC0AC;
}
.AnyTagClassName
{
color: #DAC0AC;
}
</style>
background-color css
<style>
a { background-color: #DAC0AC; }
a { background-color: rgb(218,192,172); }
div.DivClassName
{
background-color: #DAC0AC;
}
.BgClassName
{
background-color: #DAC0AC;
}
</style>
border-color css
<style>
span { border-color: #DAC0AC; }
span { border-color: rgb(218,192,172); }
td.TdClassName
{
border-color: #DAC0AC;
}
.TagClassName
{
border-color: #DAC0AC;
}
</style>