Shades of Just Right #DAC1AF
Tints of Just Right #DAC1AF
RGB
CMYK
RGB Variations
Color information
#DAC1AF (or 0xDAC1AF) is known color: Just Right. HEX triplet: DA, C1 and AF. RGB value is (218,193,175). Sum of RGB (Red+Green+Blue) = 218+193+175=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1AF is #253E50. Grayscale: #C6C6C6. Windows color (decimal): -2440785 or 11518426. OLE color: 11518426.
HSL color Cylindrical-coordinate representation of color #DAC1AF: hue angle of 25.12º 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 #DAC1AF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 175 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.15 |
| HSL | 25.12º | 0.37% | 0.77% | - |
| HSV(B) | 25.12º | 0.2% | 0.85% | - |
| XYZ | 55.72 | 56.14 | 48.46 | - |
| YUV | 198.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 175 | 0 | 0.11 | 0.20 | 0.15 | 25.12 | 0.37 | 0.77 |
| Hex | DA | C1 | AF | 0 | B | 14 | F | 19 | 25 | 4D |
| Octal | 332 | 301 | 257 | 0 | 13 | 24 | 17 | 31 | 45 | 115 |
| Binary | 11011010 | 11000001 | 10101111 | 0 | 1011 | 10100 | 1111 | 11001 | 100101 | 1001101 |
Color Harmonies of #DAC1AF
Complementary color
Monochromatic Colors of #DAC1AF
Black with #DAC1AF
Text Example
Text Example
White with #DAC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1AF; }
p { color: rgb(218,193,175); }
H1.HeaderClassName
{
color: #DAC1AF;
}
.AnyTagClassName
{
color: #DAC1AF;
}
</style>
background-color css
<style>
a { background-color: #DAC1AF; }
a { background-color: rgb(218,193,175); }
div.DivClassName
{
background-color: #DAC1AF;
}
.BgClassName
{
background-color: #DAC1AF;
}
</style>
border-color css
<style>
span { border-color: #DAC1AF; }
span { border-color: rgb(218,193,175); }
td.TdClassName
{
border-color: #DAC1AF;
}
.TagClassName
{
border-color: #DAC1AF;
}
</style>