Shades of Just Right #DAC4B7
Tints of Just Right #DAC4B7
RGB
CMYK
RGB Variations
Color information
#DAC4B7 (or 0xDAC4B7) is known color: Just Right. HEX triplet: DA, C4 and B7. RGB value is (218,196,183). Sum of RGB (Red+Green+Blue) = 218+196+183=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4B7 is #253B48. Grayscale: #C9C9C9. Windows color (decimal): -2440009 or 12043482. OLE color: 12043482.
HSL color Cylindrical-coordinate representation of color #DAC4B7: hue angle of 22.29º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC4B7 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 183 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.15 |
| HSL | 22.29º | 0.32% | 0.79% | - |
| HSV(B) | 22.29º | 0.16% | 0.85% | - |
| XYZ | 57.2 | 57.8 | 52.94 | - |
| YUV | 201.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 183 | 0 | 0.10 | 0.16 | 0.15 | 22.29 | 0.32 | 0.79 |
| Hex | DA | C4 | B7 | 0 | A | 10 | F | 16 | 20 | 4F |
| Octal | 332 | 304 | 267 | 0 | 12 | 20 | 17 | 26 | 40 | 117 |
| Binary | 11011010 | 11000100 | 10110111 | 0 | 1010 | 10000 | 1111 | 10110 | 100000 | 1001111 |
Color Harmonies of #DAC4B7
Complementary color
Monochromatic Colors of #DAC4B7
Black with #DAC4B7
Text Example
Text Example
White with #DAC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4B7; }
p { color: rgb(218,196,183); }
H1.HeaderClassName
{
color: #DAC4B7;
}
.AnyTagClassName
{
color: #DAC4B7;
}
</style>
background-color css
<style>
a { background-color: #DAC4B7; }
a { background-color: rgb(218,196,183); }
div.DivClassName
{
background-color: #DAC4B7;
}
.BgClassName
{
background-color: #DAC4B7;
}
</style>
border-color css
<style>
span { border-color: #DAC4B7; }
span { border-color: rgb(218,196,183); }
td.TdClassName
{
border-color: #DAC4B7;
}
.TagClassName
{
border-color: #DAC4B7;
}
</style>