Shades of Just Right #DAC3B5
Tints of Just Right #DAC3B5
RGB
CMYK
RGB Variations
Color information
#DAC3B5 (or 0xDAC3B5) is known color: Just Right. HEX triplet: DA, C3 and B5. RGB value is (218,195,181). Sum of RGB (Red+Green+Blue) = 218+195+181=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3B5 is #253C4A. Grayscale: #C8C8C8. Windows color (decimal): -2440267 or 11912154. OLE color: 11912154.
HSL color Cylindrical-coordinate representation of color #DAC3B5: hue angle of 22.7º 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 #DAC3B5 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 181 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.15 |
| HSL | 22.7º | 0.33% | 0.78% | - |
| HSV(B) | 22.7º | 0.17% | 0.85% | - |
| XYZ | 56.77 | 57.27 | 51.78 | - |
| YUV | 200.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 181 | 0 | 0.11 | 0.17 | 0.15 | 22.7 | 0.33 | 0.78 |
| Hex | DA | C3 | B5 | 0 | B | 11 | F | 17 | 21 | 4E |
| Octal | 332 | 303 | 265 | 0 | 13 | 21 | 17 | 27 | 41 | 116 |
| Binary | 11011010 | 11000011 | 10110101 | 0 | 1011 | 10001 | 1111 | 10111 | 100001 | 1001110 |
Color Harmonies of #DAC3B5
Complementary color
Monochromatic Colors of #DAC3B5
Black with #DAC3B5
Text Example
Text Example
White with #DAC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3B5; }
p { color: rgb(218,195,181); }
H1.HeaderClassName
{
color: #DAC3B5;
}
.AnyTagClassName
{
color: #DAC3B5;
}
</style>
background-color css
<style>
a { background-color: #DAC3B5; }
a { background-color: rgb(218,195,181); }
div.DivClassName
{
background-color: #DAC3B5;
}
.BgClassName
{
background-color: #DAC3B5;
}
</style>
border-color css
<style>
span { border-color: #DAC3B5; }
span { border-color: rgb(218,195,181); }
td.TdClassName
{
border-color: #DAC3B5;
}
.TagClassName
{
border-color: #DAC3B5;
}
</style>