Shades of Just Right #DAC3B6
Tints of Just Right #DAC3B6
RGB
CMYK
RGB Variations
Color information
#DAC3B6 (or 0xDAC3B6) is known color: Just Right. HEX triplet: DA, C3 and B6. RGB value is (218,195,182). Sum of RGB (Red+Green+Blue) = 218+195+182=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3B6 is #253C49. Grayscale: #C8C8C8. Windows color (decimal): -2440266 or 11977690. OLE color: 11977690.
HSL color Cylindrical-coordinate representation of color #DAC3B6: hue angle of 21.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAC3B6 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 182 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.15 |
| HSL | 21.67º | 0.33% | 0.78% | - |
| HSV(B) | 21.67º | 0.17% | 0.85% | - |
| XYZ | 56.87 | 57.31 | 52.32 | - |
| YUV | 200.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 182 | 0 | 0.11 | 0.17 | 0.15 | 21.67 | 0.33 | 0.78 |
| Hex | DA | C3 | B6 | 0 | B | 11 | F | 16 | 21 | 4E |
| Octal | 332 | 303 | 266 | 0 | 13 | 21 | 17 | 26 | 41 | 116 |
| Binary | 11011010 | 11000011 | 10110110 | 0 | 1011 | 10001 | 1111 | 10110 | 100001 | 1001110 |
Color Harmonies of #DAC3B6
Complementary color
Monochromatic Colors of #DAC3B6
Black with #DAC3B6
Text Example
Text Example
White with #DAC3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3B6; }
p { color: rgb(218,195,182); }
H1.HeaderClassName
{
color: #DAC3B6;
}
.AnyTagClassName
{
color: #DAC3B6;
}
</style>
background-color css
<style>
a { background-color: #DAC3B6; }
a { background-color: rgb(218,195,182); }
div.DivClassName
{
background-color: #DAC3B6;
}
.BgClassName
{
background-color: #DAC3B6;
}
</style>
border-color css
<style>
span { border-color: #DAC3B6; }
span { border-color: rgb(218,195,182); }
td.TdClassName
{
border-color: #DAC3B6;
}
.TagClassName
{
border-color: #DAC3B6;
}
</style>