Shades of Just Right #DAC5B8
Tints of Just Right #DAC5B8
RGB
CMYK
RGB Variations
Color information
#DAC5B8 (or 0xDAC5B8) is known color: Just Right. HEX triplet: DA, C5 and B8. RGB value is (218,197,184). Sum of RGB (Red+Green+Blue) = 218+197+184=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5B8 is #253A47. Grayscale: #C9C9C9. Windows color (decimal): -2439752 or 12109274. OLE color: 12109274.
HSL color Cylindrical-coordinate representation of color #DAC5B8: hue angle of 22.94º degrees, saturation: 0.31, 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 #DAC5B8 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 184 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.15 |
| HSL | 22.94º | 0.31% | 0.79% | - |
| HSV(B) | 22.94º | 0.16% | 0.85% | - |
| XYZ | 57.53 | 58.3 | 53.57 | - |
| YUV | 201.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 184 | 0 | 0.10 | 0.16 | 0.15 | 22.94 | 0.31 | 0.79 |
| Hex | DA | C5 | B8 | 0 | A | 10 | F | 17 | 1F | 4F |
| Octal | 332 | 305 | 270 | 0 | 12 | 20 | 17 | 27 | 37 | 117 |
| Binary | 11011010 | 11000101 | 10111000 | 0 | 1010 | 10000 | 1111 | 10111 | 11111 | 1001111 |
Color Harmonies of #DAC5B8
Complementary color
Monochromatic Colors of #DAC5B8
Black with #DAC5B8
Text Example
Text Example
White with #DAC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5B8; }
p { color: rgb(218,197,184); }
H1.HeaderClassName
{
color: #DAC5B8;
}
.AnyTagClassName
{
color: #DAC5B8;
}
</style>
background-color css
<style>
a { background-color: #DAC5B8; }
a { background-color: rgb(218,197,184); }
div.DivClassName
{
background-color: #DAC5B8;
}
.BgClassName
{
background-color: #DAC5B8;
}
</style>
border-color css
<style>
span { border-color: #DAC5B8; }
span { border-color: rgb(218,197,184); }
td.TdClassName
{
border-color: #DAC5B8;
}
.TagClassName
{
border-color: #DAC5B8;
}
</style>