Shades of Just Right #DAC5B6
Tints of Just Right #DAC5B6
RGB
CMYK
RGB Variations
Color information
#DAC5B6 (or 0xDAC5B6) is known color: Just Right. HEX triplet: DA, C5 and B6. RGB value is (218,197,182). Sum of RGB (Red+Green+Blue) = 218+197+182=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5B6 is #253A49. Grayscale: #C9C9C9. Windows color (decimal): -2439754 or 11978202. OLE color: 11978202.
HSL color Cylindrical-coordinate representation of color #DAC5B6: hue angle of 25º 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 #DAC5B6 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 182 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.15 |
| HSL | 25º | 0.33% | 0.78% | - |
| HSV(B) | 25º | 0.17% | 0.85% | - |
| XYZ | 57.32 | 58.22 | 52.47 | - |
| YUV | 201.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 182 | 0 | 0.10 | 0.17 | 0.15 | 25 | 0.33 | 0.78 |
| Hex | DA | C5 | B6 | 0 | A | 11 | F | 19 | 21 | 4E |
| Octal | 332 | 305 | 266 | 0 | 12 | 21 | 17 | 31 | 41 | 116 |
| Binary | 11011010 | 11000101 | 10110110 | 0 | 1010 | 10001 | 1111 | 11001 | 100001 | 1001110 |
Color Harmonies of #DAC5B6
Complementary color
Monochromatic Colors of #DAC5B6
Black with #DAC5B6
Text Example
Text Example
White with #DAC5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5B6; }
p { color: rgb(218,197,182); }
H1.HeaderClassName
{
color: #DAC5B6;
}
.AnyTagClassName
{
color: #DAC5B6;
}
</style>
background-color css
<style>
a { background-color: #DAC5B6; }
a { background-color: rgb(218,197,182); }
div.DivClassName
{
background-color: #DAC5B6;
}
.BgClassName
{
background-color: #DAC5B6;
}
</style>
border-color css
<style>
span { border-color: #DAC5B6; }
span { border-color: rgb(218,197,182); }
td.TdClassName
{
border-color: #DAC5B6;
}
.TagClassName
{
border-color: #DAC5B6;
}
</style>