Shades of Just Right #DAC1AE
Tints of Just Right #DAC1AE
RGB
CMYK
RGB Variations
Color information
#DAC1AE (or 0xDAC1AE) is known color: Just Right. HEX triplet: DA, C1 and AE. RGB value is (218,193,174). Sum of RGB (Red+Green+Blue) = 218+193+174=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1AE is #253E51. Grayscale: #C6C6C6. Windows color (decimal): -2440786 or 11452890. OLE color: 11452890.
HSL color Cylindrical-coordinate representation of color #DAC1AE: hue angle of 25.91º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAC1AE is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 174 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.15 |
| HSL | 25.91º | 0.37% | 0.77% | - |
| HSV(B) | 25.91º | 0.2% | 0.85% | - |
| XYZ | 55.62 | 56.1 | 47.94 | - |
| YUV | 198.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 174 | 0 | 0.11 | 0.20 | 0.15 | 25.91 | 0.37 | 0.77 |
| Hex | DA | C1 | AE | 0 | B | 14 | F | 1A | 25 | 4D |
| Octal | 332 | 301 | 256 | 0 | 13 | 24 | 17 | 32 | 45 | 115 |
| Binary | 11011010 | 11000001 | 10101110 | 0 | 1011 | 10100 | 1111 | 11010 | 100101 | 1001101 |
Color Harmonies of #DAC1AE
Complementary color
Monochromatic Colors of #DAC1AE
Black with #DAC1AE
Text Example
Text Example
White with #DAC1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1AE; }
p { color: rgb(218,193,174); }
H1.HeaderClassName
{
color: #DAC1AE;
}
.AnyTagClassName
{
color: #DAC1AE;
}
</style>
background-color css
<style>
a { background-color: #DAC1AE; }
a { background-color: rgb(218,193,174); }
div.DivClassName
{
background-color: #DAC1AE;
}
.BgClassName
{
background-color: #DAC1AE;
}
</style>
border-color css
<style>
span { border-color: #DAC1AE; }
span { border-color: rgb(218,193,174); }
td.TdClassName
{
border-color: #DAC1AE;
}
.TagClassName
{
border-color: #DAC1AE;
}
</style>